Fix resolvers returning a list in the reverse order

This commit is contained in:
2023-02-24 17:14:43 +01:00
parent d83f75b341
commit 3b0da4f3d7
4 changed files with 31 additions and 13 deletions

View File

@ -11,6 +11,9 @@ and this project adheres to
- Partial schema printing: schema definition encoder.
- `Semigroup` and `Monoid` instances for `AST.Document.Description`.
### Fixed
- Fix resolvers returning a list in the reverse order.
## [1.1.0.0] - 2022-12-24
### Changed
- Removed deprecated `Language.GraphQL.Error` functions: `addErr`, `addErrMsg`,