GraphQL Parser

Documentation | Github | Crate

A parser, formatter and AST for graphql query language for rust.

Current this library supports full graphql syntax, and the following extensions:

  1. Subscriptions
  2. Block (triple quoted) strings

Schema definition language (also often called IDL) is on the to do list.

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.