| Interface | Description |
|---|---|
| CustomTypeAdapter<T> |
CustomTypeAdapter class represents the adapter for converting GraphQL custom scalar types to Java objects.
|
| GraphQLCall<T> |
GraphQLCall is an abstraction for a request that has been prepared for execution.
|
| IdleResourceCallback |
Callback which gets invoked when the resource transitions
from active to idle state.
|
| Class | Description |
|---|---|
| ApolloClient |
ApolloClient class represents the abstraction for the graphQL client that will be used to execute queries and read
the responses back.
|
| ApolloClient.Builder | |
| GraphQLCall.Callback<T> |
Communicates responses from a server or offline requests.
|
| Enum | Description |
|---|---|
| GraphQLCall.StatusEvent |
Represents a status event that corresponds to a
GraphQLCall action |