async-graphql-parser 5.0.3

GraphQL query parser for async-graphql
Documentation

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.