| Package | Description |
|---|---|
| io.smallrye.graphql.client.core | |
| io.smallrye.graphql.client.dynamic.api |
| Class and 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.
|
| Fragment.FragmentBuilder |
| 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 |
| OperationType |
| ScalarType |
| Variable |
| VariableType |
| Class and Description |
|---|
| Document |
Copyright © 2018–2021. All rights reserved.