DebuggableInterceptorProvider
public class DebuggableInterceptorProvider : InterceptorProviderDebuggableInterceptorProvider wraps another interceptor and provides interceptors configured for ApolloDeveloperKit.
DebuggableInterceptorProvider prepends DebugInitializeInterceptor at first, then appends DebuggableResultTranslateInterceptor at last only when the operation comes from ApolloDeveloperKit.
- 
                  
                  Undocumented DeclarationSwift public init(_ interceptorProvider: InterceptorProvider)
- 
                  
                  DeclarationSwift public func interceptors<Operation>(for operation: Operation) -> [ApolloInterceptor] where Operation : GraphQLOperation
- 
                  
                  DeclarationSwift public func additionalErrorInterceptor<Operation>(for operation: Operation) -> ApolloErrorInterceptor? where Operation : GraphQLOperation
 DebuggableInterceptorProvider Class Reference
        DebuggableInterceptorProvider Class Reference