Add ToGraphQL and FromGraphQL typeclasses

With instances for basic types.
This commit is contained in:
2022-09-08 19:53:22 +02:00
parent 1d7f016b9c
commit 53ce65d713
4 changed files with 161 additions and 1 deletions

View File

@@ -6,7 +6,13 @@ The format is based on
and this project adheres to
[Haskell Package Versioning Policy](https://pvp.haskell.org/).
## [Unreleased]
### Added
- `ToGraphQL` and `FromGraphQL` typeclasses with instances for basic types.
## [1.0.0.0] - 2022-03-29
### Added
- JSON serialization.
- Test helpers.
[Unreleased]: https://www.caraus.tech/projects/pub-graphql-spice/repository/28/diff?rev=master&rev_to=v1.0.0.0