@groovy.transform.CompileStatic class QueryInterceptorInvoker extends ProvidedInterceptorInvoker
Executes the onQuery method of an interceptor
| Constructor and description |
|---|
QueryInterceptorInvoker() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
boolean |
call(GraphQLFetcherInterceptor interceptor, DataFetchingEnvironment environment, GraphQLDataFetcherType type) |
| Methods inherited from class | Name |
|---|---|
class ProvidedInterceptorInvoker |
call, invoke |
class InterceptorInvoker |
getName, invoke |