Package | Description |
---|---|
org.springframework.graphql.execution |
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL . |
Modifier and Type | Method and Description |
---|---|
static SubscriptionExceptionResolverAdapter |
SubscriptionExceptionResolver.forSingleError(Function<Throwable,GraphQLError> resolver)
Factory method to create a
SubscriptionExceptionResolver to
resolve an exception to a single GraphQL error. |