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

T

TestExecutionResult - Class in org.springframework.graphql.test.tester
GraphQLError with setters for deserialization.
TestExecutionResult() - Constructor for class org.springframework.graphql.test.tester.TestExecutionResult
 
ThreadLocalAccessor - Interface in org.springframework.graphql.execution
Interface to be implemented to assist with the extraction of ThreadLocal values at the start of GraphQL request execution, e.g.
threadLocalAccessor(ThreadLocalAccessor...) - Method in interface org.springframework.graphql.web.WebGraphQlHandler.Builder
Configure accessors for ThreadLocal variables to use to extract ThreadLocal values at the start of GraphQL execution in the web layer, and have those saved, and restored around the invocation of data fetchers and exception resolvers.
threadLocalAccessors(List<ThreadLocalAccessor>) - Method in interface org.springframework.graphql.web.WebGraphQlHandler.Builder
toExecutionInput() - Method in class org.springframework.graphql.RequestInput
Create the ExecutionInput for request execution.
toFlux(String, Class<T>) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.SubscriptionSpec
Return a Flux of entities converted from some part of the data in each subscription event.
toFlux() - Method in interface org.springframework.graphql.test.tester.GraphQlTester.SubscriptionSpec
Return a Flux of GraphQlTester.ResponseSpec instances, each representing an individual subscription event.
toMap() - Method in class org.springframework.graphql.RequestInput
Return a Map representation of the request input.
toSpecification() - Method in class org.springframework.graphql.test.tester.TestExecutionResult
 
toSpecification() - Method in class org.springframework.graphql.web.WebOutput
 
toString() - Method in class org.springframework.graphql.RequestInput
 
transform(Consumer<WebOutput.Builder>) - Method in class org.springframework.graphql.web.WebOutput
Transform this WebOutput instance through a WebOutput.Builder and return a new instance with the modified values.
typeVisitors(List<GraphQLTypeVisitor>) - Method in interface org.springframework.graphql.execution.GraphQlSource.Builder
Add GraphQLTypeVisitor's to transform the underlying GraphQLSchema with.
A B C D E F G H I J M O P Q R S T V W 
Skip navigation links
Spring GraphQL