Package-level declarations

Types

Link copied to clipboard

An ApolloInterceptor intercepts requests at the GraphQL layer.

Link copied to clipboard

An ApolloInterceptorChain is a list of interceptors called in order. Each interceptor wraps the subsequent ones and can delegate to them by calling proceed or emit items directly.

Link copied to clipboard
class AutoPersistedQueryInterceptor(httpMethodForHashedQueries: HttpMethod, httpMethodForDocumentQueries: HttpMethod) : ApolloInterceptor

Functions

Link copied to clipboard

Returns an ApolloInterceptor that monitors network errors and possibly retries the Flow when an ApolloNetworkException happens.