Package com.apollographql.apollo3

Types

Link copied to clipboard
class ApolloCall<D : Operation.Data> : MutableExecutionOptions<ApolloCall<D>>

An ApolloCall is a thin class that builds a ApolloRequest and calls ApolloClient.execute() with it. ApolloCall is mutable and designed to allow chaining calls.

Link copied to clipboard
class ApolloClient : ExecutionOptions, Closeable

The main entry point for the Apollo runtime. An ApolloClient is responsible for executing queries, mutations and subscriptions

Link copied to clipboard
class AutoPersistedQueryInfo(val hit: Boolean) : ExecutionContext.Element

Information about auto persisted queries

Link copied to clipboard
class ConcurrencyInfo(val dispatcher: CoroutineDispatcher, val coroutineScope: CoroutineScope) : ExecutionContext.Element

Properties

Link copied to clipboard