- instrumentation(List<Instrumentation>) - Method in interface org.springframework.graphql.execution.GraphQlSource.Builder
-
Provide
Instrumentation
components to instrument the
execution of GraphQL queries.
- intercept(ClientGraphQlRequest, GraphQlClientInterceptor.Chain) - Method in interface org.springframework.graphql.client.GraphQlClientInterceptor
-
Intercept a single response request (query and mutation operations) and
delegate to the rest of the chain including other interceptors followed
by the
GraphQlTransport
.
- intercept(RSocketGraphQlRequest, RSocketGraphQlInterceptor.Chain) - Method in interface org.springframework.graphql.server.RSocketGraphQlInterceptor
-
Intercept a request and delegate to the rest of the chain including other
interceptors and a
ExecutionGraphQlService
.
- intercept(WebGraphQlRequest, WebGraphQlInterceptor.Chain) - Method in interface org.springframework.graphql.server.WebGraphQlInterceptor
-
Intercept a request and delegate to the rest of the chain including other
interceptors and a
ExecutionGraphQlService
.
- intercept(WebGraphQlRequest, WebGraphQlInterceptor.Chain) - Method in interface org.springframework.graphql.server.WebSocketGraphQlInterceptor
-
- interceptor(GraphQlClientInterceptor...) - Method in class org.springframework.graphql.client.AbstractGraphQlClientBuilder
-
- interceptor(GraphQlClientInterceptor...) - Method in interface org.springframework.graphql.client.GraphQlClient.Builder
-
Configure interceptors to be invoked before delegating to the
GraphQlTransport
to perform the request.
- interceptor(WebGraphQlInterceptor...) - Method in interface org.springframework.graphql.server.WebGraphQlHandler.Builder
-
Configure interceptors to be invoked before the target
GraphQlService
.
- interceptors(Consumer<List<GraphQlClientInterceptor>>) - Method in class org.springframework.graphql.client.AbstractGraphQlClientBuilder
-
- interceptors(Consumer<List<GraphQlClientInterceptor>>) - Method in interface org.springframework.graphql.client.GraphQlClient.Builder
-
Customize the list of interceptors.
- interceptors(List<WebGraphQlInterceptor>) - Method in interface org.springframework.graphql.server.WebGraphQlHandler.Builder
-
- interceptSubscription(ClientGraphQlRequest, GraphQlClientInterceptor.SubscriptionChain) - Method in interface org.springframework.graphql.client.GraphQlClientInterceptor
-
Intercept a subscription request and delegate to the rest of the chain
including other interceptors followed by the
GraphQlTransport
.
- InvocableHandlerMethodSupport - Class in org.springframework.graphql.data.method
-
Extension of
HandlerMethod
that adds support for invoking the
underlying handler methods.
- InvocableHandlerMethodSupport(HandlerMethod, Executor) - Constructor for class org.springframework.graphql.data.method.InvocableHandlerMethodSupport
-
Create an instance.
- invoke(DataFetchingEnvironment) - Method in class org.springframework.graphql.data.method.annotation.support.DataFetcherHandlerMethod
-
- invokeCallable(Callable<T>, GraphQLContext) - Static method in class org.springframework.graphql.execution.ReactorContextManager
-
Restore ThreadLocal
values, invoke the given Callable
,
and reset the ThreadLocal
values.
- invokeForIterable(Collection<?>, BatchLoaderEnvironment) - Method in class org.springframework.graphql.data.method.annotation.support.BatchLoaderHandlerMethod
-
Invoke the underlying batch loader method with a collection of input keys
to return a collection of matching values.
- invokeForMap(Collection<K>, BatchLoaderEnvironment) - Method in class org.springframework.graphql.data.method.annotation.support.BatchLoaderHandlerMethod
-
Invoke the underlying batch loader method with a collection of keys to
return a Map of key-value pairs.
- isCacheEnabled() - Method in class org.springframework.graphql.support.CachingDocumentSource
-
- isEqualTo(Object) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Entity
-
Verify the decoded entity is equal to the given value.
- isNotEqualTo(Object) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Entity
-
Verify the decoded entity is not equal to the given value.
- isNotSameAs(Object) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Entity
-
Verify the decoded entity is not the same instance as the given value.
- isSameAs(Object) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Entity
-
Verify the decoded entity is the same instance as the given value.
- isThreadLocalContextAware() - Method in class org.springframework.graphql.execution.DataFetcherExceptionResolverAdapter
-
Whether ThreadLocal context needs to be restored for this resolver.
- isValid() - Method in interface org.springframework.graphql.GraphQlResponse
-
Whether the response is valid.
- isValid() - Method in class org.springframework.graphql.support.DefaultExecutionGraphQlResponse
-
- isVoid() - Method in class org.springframework.graphql.data.method.HandlerMethod
-
Return true
if the method return type is void, false
otherwise.