ApolloClient
The main entry point for the Apollo runtime. An ApolloClient is responsible for executing queries, mutations and subscriptions
Types
Functions
Link copied to clipboard
Link copied to clipboard
fun <D : Operation.Data> executeAsFlow(apolloRequest: ApolloRequest<D>): Flow<ApolloResponse<D>>
Content copied to clipboard
Low level API to execute the given apolloRequest and return a Flow.
Link copied to clipboard
Link copied to clipboard
Creates a new ApolloCall that you can customize and/or execute.
Link copied to clipboard
Link copied to clipboard
Creates a new ApolloCall that you can customize and/or execute.
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
fun <D : Subscription.Data> subscription(subscription: Subscription<D>): ApolloCall<D>
Content copied to clipboard
Creates a new ApolloCall that you can customize and/or execute.