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.
ErrorPositions | An iterator over the positions inside an error.
|
Pos | Original position of an element in source code.
|
Positioned | An AST node that stores its original position.
|
Result | An alias for Result<T, Error> .
|