gqlparser
gqlparser copied to clipboard
Provide an API to edit the AST in the walk
As titled. GraphQL has a great API for that https://graphql.org/graphql-js/language/#visit This is in accordance with the principles of this library.
close to reference: Where it doesn't impact on the above, it should stay close to the graphql/graphql-js reference implementation.