lib.rs
async-graphql-parser
A parser for GraphQL. Used in the async-graphql crate. It uses the pest crate to parse the input and then transforms it into Rust types. Dependencies ~3-4MB ~79K SLoC. async-graphql-value 7.0; pest; serde + derive; serde_json; dev pest_generator; dev proc-macro2;
GraphQL Parser (fork)
Related: graphql-tools See also: graphql-parser, apollo-compiler, apollo-parser, async-graphql-parser, juniper, async-graphql, sikula, cynic-parser-deser, cynic-parser, graphql_client_codegen, httpql Lib.rs is an unofficial list of Rust/Cargo crates, created by kornelski.It contains data from multiple sources, including heuristics, and manually curated data.
cynic-parser
Related: graphql-ws-client, cynic, cynic-cli, cynic-codegen, cynic-introspection, cynic-proc-macros, cynic-querygen, cynic-parser-deser See also: graphql-parser, async-graphql-parser, graphql_client, async-graphql, apollo-compiler, apollo-parser, juniper, async-graphql-value, async-graphql-actix-web, async-graphql-axum, graphql_client_codegen Lib.rs is an unofficial list of Rust/Cargo crates ...
graphql-tools
Related: graphql-parser-hive-fork See also: apollo-compiler, graphql-parser, apollo-parser, gitql, gitql-parser, juniper, apollo-smith, async-graphql-parser, async-graphql-value, cynic-parser-deser, router-bridge Lib.rs is an unofficial list of Rust/Cargo crates, created by kornelski.It contains data from multiple sources, including heuristics, and manually curated data.
apollo-parser
GraphQL lexer; GraphQL parser; Getting started. Add the dependency to start using apollo-parser: cargo add apollo-parser. Or add this to your Cargo.toml for a manual installation: # Just an example, change to the necessary package version. [dependencies] apollo-parser = "0.8.4" Rust versions. apollo-parser is tested on the latest stable version ...