| ApolloCall<T> |
ApolloCall is an abstraction for a request that has been prepared for execution.
|
| ApolloCall.Builder<T> |
|
| ApolloMutationCall<T> |
A call prepared to execute GraphQL mutation operation.
|
| ApolloMutationCall.Builder<T> |
|
| ApolloMutationCall.Factory |
|
| 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.Builder<T> |
|
| ApolloQueryCall.Factory |
|
| ApolloQueryWatcher<T> |
|
| ApolloSubscriptionCall<T> |
ApolloSubscriptionCall is an abstraction for a request that has been prepared for subscription.
|
| ApolloSubscriptionCall.Callback<T> |
Communicates responses from a subscription server.
|
| ApolloSubscriptionCall.Factory |
|
| IdleResourceCallback |
Callback which gets invoked when the resource transitions
from active to idle state.
|