@groovy.transform.CompileStatic class CustomQueryInterceptorInvoker extends CustomInterceptorInvoker
Executes the onCustomQuery method of an interceptor
| Constructor and description |
|---|
CustomQueryInterceptorInvoker() |
| 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 |