Rust tooling for parsing GraphQL documents.
This repository currently contains one crate:
oxc-graphql-parser- a spec-compliant GraphQL lexer and parser that produces a typed AST.
oxc-graphql-parser is a living project that keeps evolving and is being used in production.
If you try it and run into trouble, please open an issue.
oxc-graphql-parser is tested on the latest stable version of Rust.
Older versions may or may not be compatible.
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.