ApolloClient

Deprecated

Deprecated

The Java support has new maven coordinates at 'com.apollographql.java:client'. See the migration guide for more details.

Types

Link copied to clipboard

Properties

Functions

Link copied to clipboard
open fun close()
Link copied to clipboard
open fun <D : Operation.Data?> execute(@NotNull apolloRequest: ApolloRequest<D>, @NotNull callback: ApolloCallback<D>): ApolloDisposable
Link copied to clipboard
open fun <D : Mutation.Data?> mutation(@NotNull operation: Mutation<D>): ApolloCall<D>
Link copied to clipboard
open fun <D : Query.Data?> query(@NotNull operation: Query<D>): ApolloCall<D>
Link copied to clipboard
open fun <D : Subscription.Data?> subscription(@NotNull operation: Subscription<D>): ApolloCall<D>