async-graphql-parser 2.9.0

GraphQL query parser for async-graphql
Documentation
async-graphql-parser-2.9.0 has been yanked.

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.