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

C

composite(List<ThreadLocalAccessor>) - Static method in interface org.springframework.graphql.execution.ThreadLocalAccessor
Create a composite accessor that applies all of the given ThreadLocal accessors.
configureExecutionInput(BiFunction<ExecutionInput, ExecutionInput.Builder, ExecutionInput>) - Method in class org.springframework.graphql.RequestInput
Provide a consumer to configure the ExecutionInput used for input to GraphQL.executeAsync(ExecutionInput).
configureGraphQl(Consumer<GraphQL.Builder>) - Method in interface org.springframework.graphql.execution.GraphQlSource.Builder
Configure consumers to be given access to the GraphQL.Builder used to build GraphQL.
contains(E...) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.ListEntitySpec
Assert the list contains the given elements.
containsExactly(E...) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.ListEntitySpec
Assert the list contains the given elements.
ContextManager - Class in org.springframework.graphql.execution
Package private utility class for propagating a Reactor ContextView through the ExecutionInput and the DataFetchingEnvironment of a request.
ContextManager() - Constructor for class org.springframework.graphql.execution.ContextManager
 
create(GraphQlService) - Static method in interface org.springframework.graphql.test.tester.GraphQlTester
Create a GraphQlTester that performs GraphQL requests through the given GraphQlService.
create(WebTestClient) - Static method in interface org.springframework.graphql.test.tester.WebGraphQlTester
Create a WebGraphQlTester that performs GraphQL requests as an HTTP client through the given WebTestClient.
create(WebGraphQlHandler) - Static method in interface org.springframework.graphql.test.tester.WebGraphQlTester
Create a WebGraphQlTester that performs GraphQL requests through the given WebGraphQlHandler.
customizer(QuerydslBinderCustomizer<? extends EntityPath<T>>) - Method in class org.springframework.graphql.data.QuerydslDataFetcher.Builder
Apply a QuerydslBinderCustomizer.
customizer(QuerydslBinderCustomizer<? extends EntityPath<T>>) - Method in class org.springframework.graphql.data.QuerydslDataFetcher.ReactiveBuilder
Apply a QuerydslBinderCustomizer.
A B C D E F G H I J M O P Q R S T V W 
Skip navigation links
Spring GraphQL