Export resolver exceptions

This commit is contained in:
2023-04-20 12:51:18 +02:00
parent 1b9d8af932
commit 4bd243b7ec
4 changed files with 9 additions and 8 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to
## [Unreleased]
### Added
- `ToGraphQL` and `FromGraphQL` instances for `Word`.
- `Resolver`: Export `ServerException`.
- `Resolver.defaultResolver`: Throw `FieldNotResolvedException` if the requested
field is not in the parent object.
## [1.0.1.0] - 2023-02-17
### Added