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 |
DataFetcherExceptionResolverAdapter.from(BiFunction<Throwable,DataFetchingEnvironment,GraphQLError> resolver)
Factory method to create a
DataFetcherExceptionResolverAdapter that
resolves exceptions with the given BiFunction . |