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.

Functions

Link copied to clipboard
abstract fun <D : Operation.Data> proceed(request: ApolloRequest<D>): Flow<ApolloResponse<D>>