Get Scientific instances

This commit is contained in:
2023-06-23 17:31:19 +02:00
parent 64d7545bc6
commit f90feb488d
2 changed files with 84 additions and 38 deletions

View File

@@ -8,8 +8,8 @@ and this project adheres to
## [Unreleased]
### Added
- `ToGraphQL` and `FromGraphQL` instances for `Word` types, `Float` and
`Double`.
- `ToGraphQL` and `FromGraphQL` instances for `Word` types, `Float`, `Double`,
and `Scientific`.
- `Resolver`: Export `ServerException`.
- `Resolver.defaultResolver`: Throw `FieldNotResolvedException` if the requested
field is not in the parent object.