aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-12-26 06:31:56 +0100
committerEugen Wissner <belka@caraus.de>2020-12-26 06:31:56 +0100
commit22abf7ca58091a521de037bd9b22689e7309b8ba (patch)
tree051ddbce9291d65f29dcae3b4da4255ef019bd91 /CHANGELOG.md
parent5a6709030ceee63adb417c0fa2d2abce24c5d5cb (diff)
downloadgraphql-22abf7ca58091a521de037bd9b22689e7309b8ba.tar.gz
Validate variable usages are allowed in arguments
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 d35a35a..817357e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to
- `Validate.Rules`:
- `overlappingFieldsCanBeMergedRule`
- `possibleFragmentSpreadsRule`
+ - `variablesInAllowedPositionRule`
- `Type.Schema.implementations` contains a map from interfaces and objects to
interfaces they implement.
- Show instances for GraphQL type definitions in the `Type` modules.