Package com.apollographql.apollo3
Types
Link copied to clipboard
class ApolloCall<D : Operation.Data> : MutableExecutionOptions<ApolloCall<D>>
Content copied to clipboard
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
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
Content copied to clipboard
Information about auto persisted queries
Link copied to clipboard
class ConcurrencyInfo(val dispatcher: CoroutineDispatcher, val coroutineScope: CoroutineScope) : ExecutionContext.Element
Content copied to clipboard
Properties
Link copied to clipboard
val <D : Operation.Data> ApolloResponse<D>.autoPersistedQueryInfo: AutoPersistedQueryInfo?
Content copied to clipboard