-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring in SchemaMappingInspector
Break down inspectType into two methods, one to inspect fields in a GraphQLFieldContainer, and another to inspect a field output type. The former is more straight forward and applies to Query, Mutation, and Subscription. The latter does type handling such as unwrapping, and nesting, and also requires a non-null Java ResolvableType.
- Loading branch information
1 parent
29c5361
commit 3df8fcb
Showing
1 changed file
with
63 additions
and
59 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