| Interface | Description |
|---|---|
| FragmentResponseFieldMapper<T> |
FragmentResponseFieldMapper is responsible for mapping the response back to a fragment of type T.
|
| GraphqlFragment |
Represents a GraphQL fragment
|
| InputFieldMarshaller | |
| InputFieldWriter | |
| InputFieldWriter.ListItemWriter | |
| InputFieldWriter.ListWriter | |
| Mutation<D extends Operation.Data,T,V extends Operation.Variables> |
Represents a GraphQL mutation operation that will be sent to the server.
|
| Operation<D extends Operation.Data,T,V extends Operation.Variables> |
Represents a GraphQL operation (mutation or query).
|
| Operation.Data |
Abstraction for data returned by the server in response to this operation.
|
| OperationName |
GraphQL operation name.
|
| Query<D extends Operation.Data,T,V extends Operation.Variables> |
Represents a GraphQL query that will be sent to the server.
|
| ResponseFieldMapper<T> |
ResponseFieldMapper is an abstraction for mapping the response data returned by
the server back to generated models.
|
| ResponseFieldMarshaller | |
| ResponseReader | |
| ResponseReader.ConditionalTypeReader<T> | |
| ResponseReader.ListItemReader | |
| ResponseReader.ListReader<T> | |
| ResponseReader.ObjectReader<T> | |
| ResponseWriter | |
| ResponseWriter.ListItemWriter | |
| ResponseWriter.ListWriter | |
| ScalarType |
Represents a custom GraphQL scalar type
|
| Class | Description |
|---|---|
| Error |
Represents an error response returned from the GraphQL server
|
| Error.Location |
Represents the location of the error in the GraphQL operation sent to the server.
|
| Operation.Variables |
Abstraction for the variables which are a part of the GraphQL operation.
|
| Response<T> |
Represents either a successful or failed response received from the GraphQL server.
|
| Response.Builder<T> | |
| ResponseField |
Field is an abstraction for a field in a graphQL operation.
|
| ResponseField.ConditionalTypeField |
Abstraction for a Field representing a custom GraphQL scalar type.
|
| ResponseField.CustomTypeField |
Abstraction for a Field representing a custom GraphQL scalar type.
|
| Enum | Description |
|---|---|
| ResponseField.Type |
An abstraction for the field types
|