Add LocalTime and TimeOfDay instances

This commit is contained in:
2023-06-29 19:18:35 +02:00
parent 36f45861de
commit 62cf943b87
3 changed files with 38 additions and 10 deletions

View File

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