Releases: wundergraph/graphql-go-tools
Releases · wundergraph/graphql-go-tools
add ast printer
This Release introduces the printer api.
It currently supports to print executable definitions.
Indentation is not yet implemented because the very first version of the printer is intended to be used only by computers.
Having the printer in this repo enables one to parse and validate an executable definition, modify it and print it out. This can be used e.g. to write a graphql proxy for rewriting queries.