async-graphql-parser 2.0.0-alpha.13

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.