Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/graphql-rust/graphql-parser
A graphql query language and schema definition language parser and formatter for rust
https://github.com/graphql-rust/graphql-parser
formatter graphql graphql-query-language graphql-schema-language parser rust schema
Last synced: 8 days ago
JSON representation
A graphql query language and schema definition language parser and formatter for rust
- Host: GitHub
- URL: https://github.com/graphql-rust/graphql-parser
- Owner: graphql-rust
- License: apache-2.0
- Created: 2018-02-02T21:07:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T21:31:56.000Z (5 months ago)
- Last Synced: 2024-09-09T22:40:51.689Z (about 2 months ago)
- Topics: formatter, graphql, graphql-query-language, graphql-schema-language, parser, rust, schema
- Language: Rust
- Size: 179 KB
- Stars: 351
- Watchers: 14
- Forks: 74
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-graphql - graphql-parser - A parser, formatter and AST for the GraphQL query and schema definition language for Rust. (Libraries / Rust Libraries)
- awesome-list - graphql-parser - rust | 223 | (Rust)
- awesome-graphql - graphql-parser - A parser, formatter and AST for the GraphQL query and schema definition language for Rust. (Libraries / Rust Libraries)
README
GraphQL Parser
==============[Documentation](https://docs.rs/graphql-parser) |
[Github](https://github.com/tailhook/graphql-parser) |
[Crate](https://crates.io/crates/graphql-parser)A parser, formatter and AST for graphql query and schema definition language
for rust.Supported extensions:
1. Subscriptions
2. Block (triple quoted) stringsLicense
=======Licensed under either of
* Apache License, Version 2.0,
(./LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license (./LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.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.