Instrumentation
components to instrument the execution of
GraphQL queries.WebGraphQlHandler.handle(WebInput)
.GraphQlService
.WebGraphQlHandler.Builder.interceptor(WebInterceptor...)
with a List.HandlerMethod
that can resolve method arguments from a
DataFetchingEnvironment
and invoke the method.true
if the method return type is void, false
otherwise.