GraphQL.See: Description
| Interface | Description |
|---|---|
| DataFetcherExceptionResolver |
Contract to resolve exceptions raised by
DataFetcher's to
GraphQLError's to add to the GraphQL response. |
| GraphQlSource |
Strategy to resolve the
GraphQL instance to use. |
| GraphQlSource.Builder |
Builder for a
GraphQlSource. |
| SyncDataFetcherExceptionResolver |
DataFetcherExceptionResolver that resolves exceptions synchronously. |
| ThreadLocalAccessor |
Interface to be implemented to assist with the extraction of ThreadLocal
values at the start of GraphQL request execution, e.g.
|
| Class | Description |
|---|---|
| ContextManager |
Package private utility class for propagating a Reactor
ContextView through the
ExecutionInput and the DataFetchingEnvironment of a request. |
| ExecutionGraphQlService |
Implementation of
GraphQlService that performs GraphQL request execution
through GraphQL.executeAsync(ExecutionInput). |
| Enum | Description |
|---|---|
| ErrorType |
Common categories to use to classify for exceptions raised by
DataFetcher's that can enable a client to make automated
decisions. |
GraphQL.