Interface | Description |
---|---|
ApolloCall<T> |
ApolloCall is an abstraction for a request that has been prepared for execution.
|
ApolloMutationCall<T> |
A call prepared to execute GraphQL mutation operation.
|
ApolloMutationCall.Factory |
Factory for creating
ApolloMutationCall calls. |
ApolloPrefetch |
ApolloPrefetch is an abstraction for a request that has been prepared for execution.
|
ApolloPrefetch.Factory |
Factory for creating ApolloPrefetch object.
|
ApolloQueryCall<T> |
A call prepared to execute GraphQL query operation.
|
ApolloQueryCall.Factory |
Factory for creating
ApolloQueryCall calls. |
ApolloQueryWatcher<T> | |
CustomTypeAdapter<T> |
CustomTypeAdapter class represents the adapter for converting GraphQL custom scalar types to Java objects.
|
IdleResourceCallback |
Callback which gets invoked when the resource transitions
from active to idle state.
|
Logger |
Logger to use for logging by the
ApolloClient |
Class | Description |
---|---|
ApolloCall.Callback<T> |
Communicates responses from a server or offline requests.
|
ApolloClient |
ApolloClient class represents the abstraction for the graphQL client that will be used to execute queries and read
the responses back.
|
ApolloClient.Builder | |
ApolloPrefetch.Callback |
Communicates responses from the server.
|