@groovy.transform.CompileStatic class CustomMutationInterceptorInvoker extends CustomInterceptorInvoker
Executes the onCustomMutation method of an interceptor
| Constructor and description |
|---|
CustomMutationInterceptorInvoker() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
boolean |
invoke(GraphQLFetcherInterceptor interceptor, java.lang.String name, DataFetchingEnvironment environment) |
| Methods inherited from class | Name |
|---|---|
class CustomInterceptorInvoker |
invoke, invoke |
class InterceptorInvoker |
getName, invoke |