-
-
Notifications
You must be signed in to change notification settings - Fork 821
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reconcile GraphQLObjectType .name properties with schema.getTypeMap().
This automatically guarantees the following invariant holds for all named types in the schema: schema.getType(name).name === name This reconciliation falls into the category of "healing" because it doesn't require any input from the implementor of the schema visitor, and strictly improves the consistency of the final schema.
- Loading branch information
Showing
2 changed files
with
105 additions
and
3 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