Package-level declarations
Types
Link copied to clipboard
interface ApolloInterceptor
An ApolloInterceptor intercepts requests at the GraphQL layer.
Link copied to clipboard
interface ApolloInterceptorChain
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.