[−][src]Module juniper::parser
Query parser and language utilities
Structs
| SourcePosition | A reference to a line and column in an input source file |
| Spanning | Data structure used to wrap items with start and end markers in the input source |
Enums
| LexerError | Error when tokenizing the input source |
| ParseError | Error while parsing a GraphQL query |
| ScalarToken | A single scalar value literal |
| Token | A single token in the input source |