diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-12-31 08:29:03 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-12-31 08:29:03 +0100 |
| commit | d82d5a36b32934bfeb99bf8c99637977dfe725b4 (patch) | |
| tree | 97ab354a4add27238cac8a3e46384d8b74accc36 /CHANGELOG.md | |
| parent | 44dc80bb37558fc6a35b22791ac407b63956176d (diff) | |
| download | graphql-d82d5a36b32934bfeb99bf8c99637977dfe725b4.tar.gz | |
Retrieve resolver arguments from the reader
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0be063e..e88559f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 |
