Package com.apollographql.apollo3

Types

ApolloCall
Link copied to clipboard
common
class ApolloCall<D : Operation.Data> : MutableExecutionOptions<ApolloCall<D>>
ApolloClient
Link copied to clipboard
common
class ApolloClient : ExecutionOptions
The main entry point for the Apollo runtime.
AutoPersistedQueryInfo
Link copied to clipboard
common
class AutoPersistedQueryInfo(hit: Boolean) : ExecutionContext.Element
Information about auto persisted queries
ConcurrencyInfo
Link copied to clipboard
common
class ConcurrencyInfo(dispatcher: CoroutineDispatcher, coroutineScope: CoroutineScope) : ExecutionContext.Element

Properties

autoPersistedQueryInfo
Link copied to clipboard
common
val <D : Operation.Data> ApolloResponse<D>.autoPersistedQueryInfo: AutoPersistedQueryInfo?