Uses of Class
org.springframework.graphql.execution.SubscriptionExceptionResolverAdapter
Package
Description
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL
.-
Uses of SubscriptionExceptionResolverAdapter in org.springframework.graphql.execution
Modifier and TypeMethodDescriptionSubscriptionExceptionResolver.forSingleError
(Function<Throwable, GraphQLError> resolver) Factory method to create aSubscriptionExceptionResolver
to resolve an exception to a single GraphQL error.