Uses of Class
org.springframework.graphql.execution.DataFetcherExceptionResolverAdapter
Package
Description
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL
.-
Uses of DataFetcherExceptionResolverAdapter in org.springframework.graphql.execution
Modifier and TypeClassDescriptionclass
DataFetcherExceptionResolver
for Spring Security exceptions.Modifier and TypeMethodDescriptionDataFetcherExceptionResolver.forSingleError
(BiFunction<Throwable, DataFetchingEnvironment, GraphQLError> resolver) Factory method to create aDataFetcherExceptionResolver
to resolve an exception to a single GraphQL error.