Module graphql_parser::query
[−]
[src]
Query Language Abstract Syntax Tree (AST)
The types and fields here resemble official graphql grammar whenever it makes sense for rust.
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 | |
TypeCondition | |
Value | |
VariableType |
Type Definitions
Name |
An alias for string, used where graphql expects a name |