| Class | Description |
|---|---|
| CustomInterceptorInvoker | Executes interceptors for custom operations |
| CustomMutationInterceptorInvoker | Executes the onCustomMutation method of an interceptor |
| CustomQueryInterceptorInvoker | Executes the onCustomQuery method of an interceptor |
| InterceptingDataFetcher | Data fetcher to wrap another data fetcher to apply interceptor execution |
| InterceptorInvoker | A generic interface for custom operations to separate which event will be called based on the returnType of the operation. |
| MutationInterceptorInvoker | Executes the onMutation method of an interceptor |
| ProvidedInterceptorInvoker | Executes interceptors for provided operations |
| QueryInterceptorInvoker | Executes the onQuery method of an interceptor |