-
Notifications
You must be signed in to change notification settings - Fork 527
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Override "__" fields from schema (#648)
* Support for deep decorations using maps * Add in test failure for camelized field name resolution Getting error: "Cannot query field \"upcasedTitle\" on type \"Post\". Did you mean \"upcasedTitle\"?" * First pass at overriding "__" fields from schema * Add Helpers for extending types * WIP Add actual "__fields" to objects There seems to be an issue with fragments * Fix Union and Interface types * Re-add custom introspection types * Fix formatting * First pass at fixing camelized field * Run Formatter * First pass at decorator adding fields * Drop fields from decorator * Fix pipeline order * Record Enum Identifier for Enum Values This allows mapping the Enum Value back to its type * Append path to error message This allows mutations to identify the input field which was in error * Fix doc typo
- Loading branch information
1 parent
b7b7102
commit 6a8f585
Showing
22 changed files
with
938 additions
and
35 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
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
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
Oops, something went wrong.