DataFetcherExceptionResolver
for Spring Security exceptions.GraphQLContext
so it can be subsequently obtained and propagated to data fetchers, exception
handlers, and others.DataLoaderRegistry
from the
the ExecutionInput
.BatchLoaderRegistry.RegistrationSpec.registerBatchLoader(BiFunction)
that returns a
Map of key-value pairs, which is useful is there aren't values for all keys.HandlerMethodArgumentResolvers
and invoke the one that supports it.DocumentSource
that looks for a document Resource
under a set
of locations and trying a number of different file extension."classpath:graphql/"
and the extensions to ".graphql" and ".gql".extracted
values.GraphQlClient.RequestSpec.execute()
with a single field path to decode from.GraphQlClient.RequestSpec.executeSubscription()
with a single field path to decode from.RSocketRequester
.ExecutionInput
and
the ExecutionResult
.GraphQlRequest
implementation for server
handling over RSocket.GraphQlResponse
implementation for server
handling over RSocket.ExecutionGraphQlResponse
.RSocketGraphQlResponse
.RSocketRequester
.RSocketRequester
to use.RSocketRequester
to use.RuntimeWiring.Builder
in GraphQlSource.Builder
.