Expand description
Query parser and language utilities
Structs§
- Source
Position - A reference to a line and column in an input source file
- Span
- Range of characters in the input source, starting at the character pointed by the
startfield and ending just before theendmarker. - Spanning
- Data structure used to wrap items into a
Span.
Enums§
- Lexer
Error - Error when tokenizing the input source
- Parse
Error - Error while parsing a GraphQL query
- Scalar
Token - A single scalar value literal
- Token
- A single token in the input source