Expand description
Query parser and language utilities
Re-exports§
pub use self::document::parse_document_source;pub use self::lexer::Lexer;pub use self::parser::OptionParseResult;pub use self::parser::ParseResult;pub use self::parser::Parser;pub use self::parser::UnlocatedParseResult;
Structs§
- A reference to a line and column in an input source file
- Range of characters in the input source, starting at the character pointed by the
startfield and ending just before theendmarker. - Data structure used to wrap items into a
Span.
Enums§
- Error when tokenizing the input source
- Error while parsing a GraphQL query
- A single scalar value literal
- A single token in the input source