Add instances for UTCTime

This commit is contained in:
2023-06-26 16:50:14 +02:00
parent f90feb488d
commit 36f45861de
4 changed files with 71 additions and 0 deletions

View File

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