| Package | Description |
|---|---|
| org.springframework.graphql.execution |
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL. |
| org.springframework.graphql.web |
Support for executing GraphQL requests over the Web, including handlers for HTTP and
WebSocket.
|
| Class and Description |
|---|
| DataFetcherExceptionResolver
Contract to resolve exceptions raised by
DataFetcher's to
GraphQLError's to add to the GraphQL response. |
| 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. |
| 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.
|