diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-06-19 10:53:41 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-06-19 10:53:41 +0200 |
| commit | 91bd2d0d8155469b28749a6458e0f7a9279e3698 (patch) | |
| tree | 5114e553d2bcdebefe17742c00d1f1777bdb782e /CHANGELOG.md | |
| parent | 882276a845c33c06b235d9604cbfd5b55d784c7d (diff) | |
| download | graphql-91bd2d0d8155469b28749a6458e0f7a9279e3698.tar.gz | |
Fix list input coercion
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a0268bd..1480af9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to * Invalid (recusrive or non-existing) fragments should be skipped. - Argument value coercion. - Variable value coercion. +- Result coercion. - The executor should skip the fields missing in the object type and not fail. - Merging subselections. |
