You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments