Module graphql_parser::query [−][src]
Query language AST and parsing utilities
Structs
| Directive | |
| Document |
Root of query data |
| Field | |
| FragmentDefinition | |
| FragmentSpread | |
| InlineFragment | |
| Mutation | |
| Number |
This represents integer number |
| ParseError |
Error parsing query |
| Query | |
| SelectionSet | |
| Subscription | |
| VariableDefinition |
Enums
| Definition | |
| OperationDefinition | |
| Selection | |
| Type | |
| TypeCondition | |
| Value |
Functions
| parse_query |
Parses a piece of query language and returns an AST |
Type Definitions
| Name |
An alias for string, used where graphql expects a name |