-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add fragment arguments to AST and related utility functions
Fragment Args rebased for 2022 Add fragment arguments to AST and related utility functions Replace fragment argument variables at execution time with passed-in arguments. Ensure arguments for unset fragment argument variables are removed so they execute as "unset" rather than as an invalid, undefined variable. Updates to get to 100% code coverage, plus simplify visit so it works even with nested variable inputs Remove flag for parsing, but add default validation to indicate fragment args are not yet spec-supported, and may be missing validation. Update collectFields: no longer throws errors that validation should catch Back to main: quicker to reset and manually redo than to deal with stacked rebase conflicts. Will squash this commit away Re-apply changes, address olds comments, but do not start on functional work
- Loading branch information
Showing
9 changed files
with
308 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
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.