Package | Description |
---|---|
org.springframework.graphql.execution |
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL . |
Modifier and Type | Interface and Description |
---|---|
interface |
SyncDataFetcherExceptionResolver
DataFetcherExceptionResolver that resolves exceptions synchronously. |
Modifier and Type | Method and Description |
---|---|
GraphQlSource.Builder |
GraphQlSource.Builder.exceptionResolvers(List<DataFetcherExceptionResolver> resolvers)
Add
DataFetcherExceptionResolver 's to use for resolving exceptions from
DataFetcher 's. |