Expand description
Things related to
GraphQL operations
(e.g. Query,
QueryBuilder,
Mutation, etc…).
Structs§
- Executable
Document - Represents a GraphQL “exectuable document”. As described in the GraphQL spec:
- Executable
Document Builder - Field
Selection - Fragment
- TODO
- Fragment
Builder - Fragment
Registry - Fragment
Spread - Inline
Fragment - Mutation
- Represents a Mutation operation over a given Schema.
- Mutation
Builder - Operation
Builder - Query
- Represents a Query operation over a given
Schema. - Query
Builder - Selection
Set - Selection
SetBuilder - Subscription
- Subscription
Builder - Variable
Enums§
- Fragment
Build Error - GraphQL
Operation - Mutation
Build Error - Operation
- Operation
Build Error - Operation
Kind - Similar to
Operation, except without the corresponding metadata. Useful when representing a group or category ofOperations. - Query
Build Error - Selection
- Selection
SetBuild Error - Subscription
Build Error