Registry / other / async-graphql-parser

async-graphql-parser

JSON →
library7.2.1rscratesunverified

GraphQL query parser for async-graphql

# Cargo.toml [dependencies] async-graphql-parser = "7.2.1"
INSTALL
IMPORT
SIG · ASYNC-GRAPHQL-PARS
A
async-graphql-parser
otherrustv7.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

parse_query
use async_graphql_parser::parse_query;

Parse a GraphQL query string

use async_graphql_parser::parse_query; let query = "{ hero { name } }"; let doc = parse_query(query).unwrap();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
Meta
1
Amazon
1
OpenAI (training)
1
Resources
async-graphql-parser — cargo add async-graphql-parser · libregistry