async-graphql-parser 4.0.7

GraphQL query parser for async-graphql
docs.rs failed to build async-graphql-parser-4.0.7
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: async-graphql-parser-7.0.5

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.