ApolloClient

open class ApolloClient : Closeable

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>