vektah/gqlparser

Provide an API to edit the AST in the walk

Opened this issue · 0 comments

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.