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§

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§

Functions§

Type Aliases§

  • An alias for Result<T, Error>.