diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-12-26 06:31:56 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-12-26 06:31:56 +0100 |
| commit | 22abf7ca58091a521de037bd9b22689e7309b8ba (patch) | |
| tree | 051ddbce9291d65f29dcae3b4da4255ef019bd91 /CHANGELOG.md | |
| parent | 5a6709030ceee63adb417c0fa2d2abce24c5d5cb (diff) | |
| download | graphql-22abf7ca58091a521de037bd9b22689e7309b8ba.tar.gz | |
Validate variable usages are allowed in arguments
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 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. |
