Package | Description |
---|---|
org.springframework.graphql.data.method.annotation.support |
Resolvers for method parameters of annotated handler methods.
|
org.springframework.graphql.execution |
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL . |
org.springframework.graphql.security |
Spring Security support for GraphQL.
|
org.springframework.graphql.web |
Support for executing GraphQL requests over the Web, including handlers for HTTP and
WebSocket.
|
org.springframework.graphql.web.webmvc |
HTTP and WebSocket handlers for use in a Spring WebMvc application.
|
Class and Description |
---|
RuntimeWiringConfigurer
Component used to apply changes to the
RuntimeWiring.Builder instance
used in GraphQlSource.Builder . |
Class and Description |
---|
DataFetcherExceptionResolver
Contract to resolve exceptions from
DataFetcher s. |
ErrorType
Common categories to use to classify for exceptions raised by
DataFetcher 's that can enable a client to make automated
decisions. |
GraphQlSource
Strategy to resolve the
GraphQL instance to use. |
GraphQlSource.Builder
Builder for a
GraphQlSource . |
RuntimeWiringConfigurer
Component used to apply changes to the
RuntimeWiring.Builder instance
used in GraphQlSource.Builder . |
ThreadLocalAccessor
Interface to be implemented to assist with the extraction of ThreadLocal
values at the start of GraphQL request execution, e.g.
|
Class and Description |
---|
DataFetcherExceptionResolver
Contract to resolve exceptions from
DataFetcher s. |
DataFetcherExceptionResolverAdapter
Adapter for
DataFetcherExceptionResolver that pre-implements the
asynchronous contract and exposes the following synchronous methods:
DataFetcherExceptionResolverAdapter.resolveToSingleError(java.lang.Throwable, graphql.schema.DataFetchingEnvironment)
DataFetcherExceptionResolverAdapter.resolveToMultipleErrors(java.lang.Throwable, graphql.schema.DataFetchingEnvironment)
|
ThreadLocalAccessor
Interface to be implemented to assist with the extraction of ThreadLocal
values at the start of GraphQL request execution, e.g.
|
Class and Description |
---|
ThreadLocalAccessor
Interface to be implemented to assist with the extraction of ThreadLocal
values at the start of GraphQL request execution, e.g.
|
Class and Description |
---|
GraphQlSource
Strategy to resolve the
GraphQL instance to use. |