summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-09-20 06:59:27 +0200
committerEugen Wissner <belka@caraus.de>2020-09-20 06:59:27 +0200
commit38c3097bcf2d3c92a180c5d328cfb15ef80f0b95 (patch)
treeed64b67bff6d276dbb532f2da403eee2a5209d11 /CHANGELOG.md
parent21a7d9cce421352e837945a2334e7ccf10160d8c (diff)
downloadgraphql-38c3097bcf2d3c92a180c5d328cfb15ef80f0b95.tar.gz
Validate fragments are input types
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb41f88..9087cc3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -42,6 +42,7 @@ and this project adheres to
- `uniqueArgumentNamesRule`
- `uniqueDirectiveNamesRule`
- `uniqueVariableNamesRule`
+ - `variablesAreInputTypesRule`
- `AST.Document.Field`.
- `AST.Document.FragmentSpread`.
- `AST.Document.InlineFragment`.