gqlparser icon indicating copy to clipboard operation
gqlparser copied to clipboard

Provide an API to edit the AST in the walk

Open StarpTech opened this issue 3 years ago • 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.

StarpTech avatar Mar 04 '22 23:03 StarpTech