Crate async_graphql_parser[−][src]
Expand description
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.
Modules
GraphQL types.
Structs
An iterator over the positions inside an error.
Original position of an element in source code.
An AST node that stores its original position.
Enums
Parser error.
Functions
Parse a GraphQL query document.
Parse a GraphQL schema document.
Type Definitions
An alias for Result<T, Error>
.