@groovy.transform.CompileStatic @groovy.util.logging.Slf4j abstract class CustomInterceptorInvoker extends InterceptorInvoker
Executes interceptors for custom operations
| Constructor and description |
|---|
CustomInterceptorInvoker() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
final boolean |
invoke(GraphQLFetcherInterceptor interceptor, DataFetchingEnvironment environment, GraphQLDataFetcherType type) |
|
abstract boolean |
invoke(GraphQLFetcherInterceptor interceptor, java.lang.String name, DataFetchingEnvironment environment) |
| Methods inherited from class | Name |
|---|---|
class InterceptorInvoker |
getName, invoke |