| Package | Description |
|---|---|
| com.apollographql.apollo.api |
| Class and 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.
|
| Input |
| InputFieldMarshaller |
| InputFieldWriter |
| InputFieldWriter.ListItemWriter |
| InputFieldWriter.ListWriter |
| Operation
Represents a GraphQL operation (mutation or query).
|
| Operation.Data
Abstraction for data returned by the server in response to this operation.
|
| Operation.Variables
Abstraction for the variables which are a part of the GraphQL operation.
|
| OperationName
GraphQL operation name.
|
| Response
Represents either a successful or failed response received from the GraphQL server.
|
| Response.Builder |
| ResponseField
Field is an abstraction for a field in a graphQL operation.
|
| ResponseField.BooleanCondition
Abstraction for boolean condition
|
| ResponseField.Condition
Abstraction for condition to be associated with field
|
| ResponseField.CustomTypeField
Abstraction for a Field representing a custom GraphQL scalar type.
|
| ResponseField.Type
An abstraction for the field types
|
| ResponseField.TypeNameCondition
Abstraction for type name condition
|
| ResponseFieldMapper
ResponseFieldMapper is an abstraction for mapping the response data returned by
the server back to generated models.
|
| ResponseFieldMarshaller |
| ResponseReader |
| ResponseReader.ConditionalTypeReader |
| ResponseReader.ListItemReader |
| ResponseReader.ListReader |
| ResponseReader.ObjectReader |
| ResponseWriter |
| ResponseWriter.ListItemWriter |
| ResponseWriter.ListWriter |
| S3InputObjectInterface
S3InputObjectInterface.
|
| S3ObjectInterface
S3ObjectInterface.
|
| ScalarType
Represents a custom GraphQL scalar type
|
Copyright © 2018. All rights reserved.