summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-06-06 21:22:11 +0200
committerEugen Wissner <belka@caraus.de>2020-06-06 21:22:11 +0200
commit4c9264c12c15d52e40a245b21acaa70f76cc9ba4 (patch)
treea0d305c3145dbabef1a91c793de6f52a3d48a402 /CHANGELOG.md
parent93a04032886976b540f5fdb1417bd085a642f772 (diff)
downloadgraphql-4c9264c12c15d52e40a245b21acaa70f76cc9ba4.tar.gz
Coerce argument values properly
Fixes #44.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e98fd5b..f7bcf4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,8 @@ and this project adheres to
- AST transformation should never fail.
* Missing variable are assumed to be null.
* Invalid (recusrive or non-existing) fragments should be skipped.
+- Argument value coercion.
+- Variable value coercion.
### Changed
- `Schema.Resolver` was moved to `Type.Out`, it is a field and resolver function