AutoPersistedQueryInterceptor

Constructors

Link copied to clipboard
constructor(httpMethodForHashedQueries: HttpMethod, httpMethodForDocumentQueries: HttpMethod)

Functions

Link copied to clipboard
open fun <D : Operation.Data?> intercept(@NotNull request: ApolloRequest<D>, @NotNull chain: ApolloInterceptorChain, @NotNull callback: ApolloCallback<D>)
Intercepts the outgoing request and performs non-blocking operations on the request or the response returned by the next set of interceptors in the chain.