A parser to AST for languages needing to manipulate graphql.
The two goals of this packages are:
- Precise conformance with the June 2018 graphql spec.
- Speed.
This package is not:
- A graphql client.
- A graphql server.
However, if you are writing a graphql client or graphql server, this package can save you from implementing a parser.