conflateFetchPolicyInterceptorResponses



Deprecated

Handle each ApolloResponse.exception instead

When conflateResponses is true, the fetch policy interceptors emit a single response and ignores the first cache or network error if a successful response is ultimately fetched. If no successful response can be emitted, a com.apollographql.apollo3.exception.ApolloCompositeException error response is emitted.

For example, FetchPolicy.CacheFirst gets a cache miss, only the network response will be emitted.

This was done so that ApolloCall.execute would only return a single response but this is handled in a more generic way in v4

This is provided for migration purposes only and will be removed in a future version.