| Class | Description |
|---|---|
| ApolloAutoPersistedQueryInterceptor | |
| ApolloCacheInterceptor |
ApolloCacheInterceptor is a concrete
ApolloInterceptor responsible for serving requests from the normalized
cache if InterceptorRequest#fetchFromCache is true. |
| ApolloParseInterceptor |
ApolloParseInterceptor is a concrete
ApolloInterceptor responsible for inflating the http responses into
models. |
| ApolloServerInterceptor |
ApolloServerInterceptor is a concrete
ApolloInterceptor responsible for making the network calls to the
server. |
| RealApolloInterceptorChain |
RealApolloInterceptorChain is responsible for building the entire interceptor chain.
|