Skip to content

Releases: wundergraph/graphql-go-tools

add ast printer

02 Mar 12:14
9b686be
Compare
Choose a tag to compare

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.