Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(apollo-parser): variable definition has optional directives #172

Merged
merged 1 commit into from
Feb 14, 2022

Conversation

lrlna
Copy link
Member

@lrlna lrlna commented Feb 14, 2022

While the parser was correctly parsing and accounting for directives in a variable definition, the getter for Directives in VariableDefinition type in the AST was missing. This commit makes an addition to the graphql ungrammar, and by extension the generated AST nodes API.

While the parser was correctly parsing and accounting for directives in a variable definition, the getter for `Directives` in `VariableDefinition` type in the AST was missing. This commit makes an addition to the graphql ungrammar, and by extension the generated AST nodes API.
@lrlna lrlna self-assigned this Feb 14, 2022
@lrlna lrlna merged commit 7a245db into main Feb 14, 2022
@lrlna lrlna deleted the variable_definitions_directive branch February 14, 2022 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant