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> | |
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 |
Factory for creating
ApolloSubscriptionCall calls. |
IdleResourceCallback |
Callback which gets invoked when the resource transitions
from active to idle state.
|
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.
|
Enum | Description |
---|---|
ApolloCall.StatusEvent |
Represents a status event that corresponds to a
ApolloCall action |