Retrieve resolver arguments from the reader

This commit is contained in:
2019-12-31 08:29:03 +01:00
parent 44dc80bb37
commit d82d5a36b3
5 changed files with 74 additions and 67 deletions

View File

@ -9,6 +9,7 @@ and this project adheres to
## [Unreleased]
### Added
- AST for the GraphQL schema.
- `Trans.argument`.
### Changed
- Rename `AST.Definition` into `AST.Document.ExecutableDefinition`.
@ -25,6 +26,10 @@ and this project adheres to
3 corresponding data constructors, `Field`, `InlineFragment` and
`FragmentSpread`, instead of separate types. It simplifies pattern matching
and doesn't make the code less typesafe.
- `Schema.scalarA`.
- `Schema.wrappedScalarA`.
- `Schema.wrappedObjectA`.
- `Schema.objectA`.
## [0.6.1.0] - 2019-12-23
### Fixed