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 

D

data(Object) - Method in class org.springframework.graphql.web.WebOutput.Builder
Set the data of the GraphQL execution result.
DataFetcherExceptionResolver - Interface in org.springframework.graphql.execution
Contract to resolve exceptions from DataFetchers.
DataFetcherExceptionResolverAdapter - Class in org.springframework.graphql.execution
DataFetcherExceptionResolverAdapter() - Constructor for class org.springframework.graphql.execution.DataFetcherExceptionResolverAdapter
 
DataFetchingEnvironmentMethodArgumentResolver - Class in org.springframework.graphql.data.method.annotation.support
Resolver for DataFetchingEnvironment or GraphQLContext arguments.
DataFetchingEnvironmentMethodArgumentResolver() - Constructor for class org.springframework.graphql.data.method.annotation.support.DataFetchingEnvironmentMethodArgumentResolver
 
DEFAULT_NONE - Static variable in interface org.springframework.graphql.data.method.annotation.ValueConstants
Constant defining a value for no default - as a replacement for null which we cannot use in annotation attributes.
defaultHeader(String, String...) - Method in interface org.springframework.graphql.test.tester.WebGraphQlTester.Builder
Add the given header to all requests that haven't added it.
defaultHeaders(Consumer<HttpHeaders>) - Method in interface org.springframework.graphql.test.tester.WebGraphQlTester.Builder
Variant of WebGraphQlTester.Builder.defaultHeader(String, String...) that provides access to the underlying headers to inspect or modify directly.
doesNotContain(E...) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.ListEntitySpec
Assert the list does not contain the given elements.
doInvoke(Object...) - Method in class org.springframework.graphql.data.method.InvocableHandlerMethod
Invoke the handler method with the given argument values.
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