Add instances for Float and Double

This commit is contained in:
2023-05-07 17:19:57 +02:00
parent 4bd243b7ec
commit 64d7545bc6
2 changed files with 16 additions and 1 deletions

View File

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