async-graphql-parser 1.18.1

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.