@CompileStatic @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, graphql.schema.DataFetchingEnvironment environment, GraphQLDataFetcherType type) |
|
abstract boolean |
invoke(GraphQLFetcherInterceptor interceptor, java.lang.String name, graphql.schema.DataFetchingEnvironment environment) |
| Methods inherited from class | Name |
|---|---|
class InterceptorInvoker |
getName, invoke |