-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement: make mutation results non-nullable (#110)
Adjust rool level error tests: since result is now non-nullable, if the content of the result is nil, the whole result becomes nil. Note that this is not a breaking change since GraphQL always allows a field nullability to propagate upwards in case of a field error (see October 2021 spec, section 6.4.4).
- Loading branch information
Showing
2 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters