Add Resolver module with helpers and exceptions

This commit is contained in:
2022-08-24 22:33:20 +03:00
parent 53ce65d713
commit 92463f7c4a
4 changed files with 65 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ and this project adheres to
## [Unreleased]
### Added
- `ToGraphQL` and `FromGraphQL` typeclasses with instances for basic types.
- `Resolver` module with `argument` and `defaultResolver` helper functions.
## [1.0.0.0] - 2022-03-29
### Added