Package com.apollographql.apollo3

Types

Link copied to clipboard
class ApolloCall<D : Operation.Data> : MutableExecutionOptions<ApolloCall<D>>
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
val <D : Operation.Data> ApolloResponse<D>.autoPersistedQueryInfo: AutoPersistedQueryInfo?