-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`SchemaPrinter` already sorts types and fields by name but similar sorting for arguments was missing. Arguments in GraphQL are unordered, so let's make it consistent and a bit more readable. Also fixes test setups by enforcing unique names for input objects (cf. #167) and skips checking input objects for null or empty input fields, as they must have at least one.
- Loading branch information
1 parent
2dd4d46
commit 99117f0
Showing
3 changed files
with
25 additions
and
20 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
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