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 |
SecurityDataFetcherExceptionResolver
DataFetcherExceptionResolver
for Spring Security exceptions. |
Modifier and Type | Method and Description |
---|---|
static DataFetcherExceptionResolverAdapter |
DataFetcherExceptionResolver.forSingleError(BiFunction<Throwable,DataFetchingEnvironment,GraphQLError> resolver)
Factory method to create a
DataFetcherExceptionResolver to resolve
an exception to a single GraphQL error. |
static DataFetcherExceptionResolverAdapter |
DataFetcherExceptionResolverAdapter.from(BiFunction<Throwable,DataFetchingEnvironment,GraphQLError> resolver)
Deprecated.
as of 1.0.1, please use
DataFetcherExceptionResolver.forSingleError(BiFunction) |