summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-06-10 11:42:00 +0200
committerEugen Wissner <belka@caraus.de>2020-06-10 11:42:00 +0200
commitc37b9c88b1f64d842ad837a18bfbe01026324abb (patch)
tree729da648f29f6db9062e654ee159d610d418fe17 /CHANGELOG.md
parentfdb1268213f9ea6da33d82fc57e1b0c7874c3fe2 (diff)
downloadgraphql-c37b9c88b1f64d842ad837a18bfbe01026324abb.tar.gz
Skip unknown fields
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce71877..dc93324 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,10 +13,11 @@ and this project adheres to
constants cannot be variables. `AST.Document.ConstValue` was added,
`AST.Document.ObjectField` was modified.
- AST transformation should never fail.
- * Missing variable are assumed to be null.
+ * Arguments and fields with a missing variable as value should be left out.
* Invalid (recusrive or non-existing) fragments should be skipped.
- Argument value coercion.
- Variable value coercion.
+- The executor should skip the fields missing in the object type and not fail.
### Changed
- `Schema.Resolver` was moved to `Type.Out`, it is a field and resolver function