diff options
| author | Eugen Wissner <belka@caraus.de> | 2021-04-12 07:09:39 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2021-04-12 07:09:39 +0200 |
| commit | 5654b78935b38a88f3dd4998eb8667a2695aea14 (patch) | |
| tree | a81993de154da6fd7b4f56f176f38ea4fe2df2ac /CHANGELOG.md | |
| parent | d6dda14cfd1486c6a5648a0a1086a5b5302f1954 (diff) | |
| download | graphql-5654b78935b38a88f3dd4998eb8667a2695aea14.tar.gz | |
Traverse input object properties once
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index eec1c07..2854191 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,10 @@ and this project adheres to ### Fixed - Parser now accepts empty lists and objects. - Parser now accepts all directive locations. -- `valuesOfCorrectTypeRule` doesn't check list items recursively since the +- `valuesOfCorrectTypeRule` doesn't check lists recursively since the validation traverser calls it on all list items. +- `valuesOfCorrectTypeRule` doesn't check objects recursively since the + validation traverser calls it on all object properties. ### Changed - `AST.Document.Value.List` and `AST.Document.ConstValue.ConstList` contain |
