Skip navigation links
Spring GraphQL
A B C D E F G H I J L M O P Q R S T V W 

I

instrumentation(List<Instrumentation>) - Method in interface org.springframework.graphql.execution.GraphQlSource.Builder
Provide Instrumentation components to instrument the execution of GraphQL queries.
intercept(WebInput, WebGraphQlHandler) - Method in interface org.springframework.graphql.web.WebInterceptor
Intercept a request and delegate for further handling and request execution via WebGraphQlHandler.handle(WebInput).
interceptor(WebInterceptor...) - Method in interface org.springframework.graphql.web.WebGraphQlHandler.Builder
Configure interceptors to be invoked before the target GraphQlService.
interceptors(List<WebInterceptor>) - Method in interface org.springframework.graphql.web.WebGraphQlHandler.Builder
InvocableHandlerMethod - Class in org.springframework.graphql.data.method
Extension of HandlerMethod that can resolve method arguments from a DataFetchingEnvironment and invoke the method.
InvocableHandlerMethod(HandlerMethod, HandlerMethodArgumentResolverComposite) - Constructor for class org.springframework.graphql.data.method.InvocableHandlerMethod
 
invoke(DataFetchingEnvironment) - Method in class org.springframework.graphql.data.method.InvocableHandlerMethod
Invoke the method after resolving its argument values in the context of the given environment.
isDataPresent() - Method in class org.springframework.graphql.test.tester.TestExecutionResult
 
isDataPresent() - Method in class org.springframework.graphql.web.WebOutput
 
isEqualTo(Object) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.EntitySpec
Assert the converted entity equals the given Object.
isNotEqualTo(Object) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.EntitySpec
Assert the converted entity does not equal the given Object.
isNotSameAs(Object) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.EntitySpec
Assert the converted entity is not the same instance as the given Object.
isSameAs(Object) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.EntitySpec
Assert the converted entity is the same instance as the given Object.
isThreadLocalContextAware() - Method in class org.springframework.graphql.execution.DataFetcherExceptionResolverAdapter
Whether ThreadLocal context needs to be restored for this resolver.
isVoid() - Method in class org.springframework.graphql.data.method.HandlerMethod
Return true if the method return type is void, false otherwise.
A B C D E F G H I J L M O P Q R S T V W 
Skip navigation links
Spring GraphQL