Consumer
.GraphQLSchema
used by the current GraphQL
.GraphQLSchema
from the
given TypeDefinitionRegistry
and RuntimeWiring
.GraphQLSchema
printed via SchemaPrinter
.GraphQLSchema
printed via SchemaPrinter
.GraphQlSource
builder that parses GraphQL Schema
resources and uses RuntimeWiring
to create the
GraphQLSchema
.ThreadLocalAccessor
to extract and restore security context through
SecurityContextHolder
.DataFetcherExceptionResolver
for Spring Security exceptions.AccessDeniedException
is classified
as "unauthorized" or "forbidden".AccessDeniedException
is classified
as "unauthorized" or "forbidden".AnnotatedControllerConfigurer.addFormatterRegistrar(FormatterRegistrar)
to customize the built-in ConversionService instance.Encoder
and
Decoder
for use at the client level, for mapping response data
to some target entity type.AbstractGraphQlClientBuilder.setJsonCodecs(org.springframework.core.codec.Encoder<?>, org.springframework.core.codec.Decoder<?>)
for setting each codec individually.AbstractGraphQlClientBuilder.setJsonCodecs(org.springframework.core.codec.Encoder<?>, org.springframework.core.codec.Decoder<?>)
for setting each codec individually.DataFetcher
to fetch single object instances.DataFetcher
to fetch single object instances.DataFetcher
to fetch single object instances.DataFetcher
to fetch single object instances}.Sort
order.Sort
order.Sort
order.Sort
order.DataFetchingEnvironment.getSource()
.start()
method of the underlying
WebSocketGraphQlClient
.CloseStatus.NORMAL
and
terminating in-progress requests with an error signal.stop()
method of the underlying
WebSocketGraphQlClient
."subscribe"
client message.GraphQlTransportException
raised when a subscription
ends with an "error"
message."errors"
message.@SubscriptionMapping
is a composed annotation that acts as a
shortcut for @SchemaMapping
with
typeName="Subscription"
.Principal
or a sub-type.MethodParameter
.HandlerMethodArgumentResolver
.