Package | Description |
---|---|
org.springframework.graphql.execution |
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL . |
Modifier and Type | Class and Description |
---|---|
class |
DataFetcherExceptionResolverAdapter
Adapter for
DataFetcherExceptionResolver that pre-implements the
asynchronous contract and exposes the following synchronous protected methods:
DataFetcherExceptionResolverAdapter.resolveToSingleError(java.lang.Throwable, graphql.schema.DataFetchingEnvironment)
DataFetcherExceptionResolverAdapter.resolveToMultipleErrors(java.lang.Throwable, graphql.schema.DataFetchingEnvironment)
|
class |
ReactiveSecurityDataFetcherExceptionResolver
Reactive
DataFetcherExceptionResolver
for Spring Security exceptions. |
class |
SecurityDataFetcherExceptionResolver
DataFetcherExceptionResolver
for Spring Security exceptions. |
Modifier and Type | Method and Description |
---|---|
B |
GraphQlSource.Builder.exceptionResolvers(List<DataFetcherExceptionResolver> resolvers)
Add
DataFetcherExceptionResolver s for resolving exceptions
from DataFetcher s. |