Module juniper::parser [−][src]
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 |
| Token |
A single token in the input source |