- data(Object) - Method in class org.springframework.graphql.support.DefaultExecutionGraphQlResponse.Builder
-
Set the
data
of the GraphQL execution result.
- DataFetcherExceptionResolver - Interface in org.springframework.graphql.execution
-
- DataFetcherExceptionResolverAdapter - Class in org.springframework.graphql.execution
-
- DataFetcherExceptionResolverAdapter() - Constructor for class org.springframework.graphql.execution.DataFetcherExceptionResolverAdapter
-
Protected constructor since this class is meant to be extended to provide
the actual exception resolution logic.
- DataFetcherHandlerMethod - Class in org.springframework.graphql.data.method.annotation.support
-
- DataFetcherHandlerMethod(HandlerMethod, HandlerMethodArgumentResolverComposite, HandlerMethodInputValidator, boolean) - Constructor for class org.springframework.graphql.data.method.annotation.support.DataFetcherHandlerMethod
-
Constructor with a parent handler method.
- DataFetchingEnvironmentMethodArgumentResolver - Class in org.springframework.graphql.data.method.annotation.support
-
- DataFetchingEnvironmentMethodArgumentResolver() - Constructor for class org.springframework.graphql.data.method.annotation.support.DataFetchingEnvironmentMethodArgumentResolver
-
- DataLoaderMethodArgumentResolver - Class in org.springframework.graphql.data.method.annotation.support
-
- DataLoaderMethodArgumentResolver() - Constructor for class org.springframework.graphql.data.method.annotation.support.DataLoaderMethodArgumentResolver
-
- DataLoaderRegistrar - Interface in org.springframework.graphql.execution
-
Contract for access to the DataLoaderRegistry
for each request for
the purpose of registering DataLoader
instances.
- dataMimeType(MimeType) - Method in interface org.springframework.graphql.client.RSocketGraphQlClient.Builder
-
Customize the format of data payloads for the connection.
- dataMimeType(MimeType) - Method in class org.springframework.graphql.test.tester.DefaultRSocketGraphQlTesterBuilder
-
- dataMimeType(MimeType) - Method in interface org.springframework.graphql.test.tester.RSocketGraphQlTester.Builder
-
Customize the format of data payloads for the connection.
- decoder(Decoder<?>) - Method in interface org.springframework.graphql.test.tester.ExecutionGraphQlServiceTester.Builder
-
Configure the JSON decoder to use for mapping response data to
higher level objects.
- DefaultBatchLoaderRegistry - Class in org.springframework.graphql.execution
-
- DefaultBatchLoaderRegistry() - Constructor for class org.springframework.graphql.execution.DefaultBatchLoaderRegistry
-
- DefaultExecutionGraphQlRequest - Class in org.springframework.graphql.support
-
- DefaultExecutionGraphQlRequest(String, String, Map<String, Object>, String, Locale) - Constructor for class org.springframework.graphql.support.DefaultExecutionGraphQlRequest
-
Create an instance.
- DefaultExecutionGraphQlResponse - Class in org.springframework.graphql.support
-
- DefaultExecutionGraphQlResponse(ExecutionInput, ExecutionResult) - Constructor for class org.springframework.graphql.support.DefaultExecutionGraphQlResponse
-
Constructor to create initial instance.
- DefaultExecutionGraphQlResponse(ExecutionGraphQlResponse) - Constructor for class org.springframework.graphql.support.DefaultExecutionGraphQlResponse
-
Constructor to re-wrap from transport specific subclass.
- DefaultExecutionGraphQlResponse.Builder<B extends DefaultExecutionGraphQlResponse.Builder<B,R>,R extends ExecutionGraphQlResponse> - Class in org.springframework.graphql.support
-
- DefaultExecutionGraphQlService - Class in org.springframework.graphql.execution
-
- DefaultExecutionGraphQlService(GraphQlSource) - Constructor for class org.springframework.graphql.execution.DefaultExecutionGraphQlService
-
- DefaultGraphQlRequest - Class in org.springframework.graphql.support
-
- DefaultGraphQlRequest(String) - Constructor for class org.springframework.graphql.support.DefaultGraphQlRequest
-
Create a request.
- DefaultGraphQlRequest(String, String, Map<String, Object>) - Constructor for class org.springframework.graphql.support.DefaultGraphQlRequest
-
Create a request with a complete set of inputs.
- DefaultJackson2Codecs() - Constructor for class org.springframework.graphql.client.AbstractGraphQlClientBuilder.DefaultJackson2Codecs
-
- DefaultRSocketGraphQlTesterBuilder - Class in org.springframework.graphql.test.tester
-
- DefaultRSocketGraphQlTesterBuilder(RSocketGraphQlClient) - Constructor for class org.springframework.graphql.test.tester.DefaultRSocketGraphQlTesterBuilder
-
Constructor to mutate.
- defaultTypeResolver(TypeResolver) - Method in interface org.springframework.graphql.execution.GraphQlSource.SchemaResourceBuilder
-
Configure the default
TypeResolver
to use for GraphQL interface
and union types that don't have such a registration after
applying
RuntimeWiringConfigurer
s.
- document(String) - Method in class org.springframework.graphql.client.AbstractDelegatingGraphQlClient
-
- document(String) - Method in interface org.springframework.graphql.client.GraphQlClient
-
Start defining a GraphQL request with the given document, which is the
textual representation of an operation (or operations) to perform,
including selection sets and fragments.
- document(String) - Method in class org.springframework.graphql.test.tester.AbstractDelegatingGraphQlTester
-
- document(String) - Method in interface org.springframework.graphql.test.tester.GraphQlTester
-
Start defining a GraphQL request with the given document, which is the
textual representation of an operation (or operations) to perform,
including selection sets and fragments.
- documentName(String) - Method in class org.springframework.graphql.client.AbstractDelegatingGraphQlClient
-
- documentName(String) - Method in interface org.springframework.graphql.client.GraphQlClient
-
- documentName(String) - Method in class org.springframework.graphql.test.tester.AbstractDelegatingGraphQlTester
-
- documentName(String) - Method in interface org.springframework.graphql.test.tester.GraphQlTester
-
- documentSource(DocumentSource) - Method in class org.springframework.graphql.client.AbstractGraphQlClientBuilder
-
- documentSource(DocumentSource) - Method in interface org.springframework.graphql.client.GraphQlClient.Builder
-
- DocumentSource - Interface in org.springframework.graphql.support
-
Strategy to locate a GraphQL document by a name.
- documentSource(DocumentSource) - Method in class org.springframework.graphql.test.tester.AbstractGraphQlTesterBuilder
-
- documentSource(DocumentSource) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Builder
-
- doesNotContain(E...) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.EntityList
-
Verify the list does not contain the given values.
- doesNotRequirePayload() - Method in enum org.springframework.graphql.server.support.GraphQlWebSocketMessageType
-
Return if the message type has a payload, and it is required.
- doInvoke(Object...) - Method in class org.springframework.graphql.data.method.InvocableHandlerMethodSupport
-
Invoke the handler method with the given argument values.