| Interface | Description |
|---|---|
| Argument | |
| Buildable | |
| Document | |
| Enum | |
| Field | |
| FieldOrFragment |
Represents one of these nodes in a GraphQL document:
- regular field (name), for example "color"
- reference to a named fragment, for example "...comparisonFields"
- an inline fragment, for example ("...
|
| Fragment |
Represents a named fragment definition in a GraphQL document.
|
| FragmentOrOperation |
Represents a node in a GraphQL document that can contain either an operation (query/mutation/subscription),
or a definition of a named fragment.
|
| FragmentReference |
Represents a reference to a named fragment.
|
| InlineFragment |
Represents an inline fragment in a GraphQL document.
|
| InputObject | |
| InputObjectField | |
| Operation | |
| Variable | |
| VariableType |
| Class | Description |
|---|---|
| Fragment.FragmentBuilder |
| Enum | Description |
|---|---|
| OperationType | |
| ScalarType |
Copyright © 2018–2021. All rights reserved.