diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-09-24 05:47:31 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-09-24 05:47:31 +0200 |
| commit | 9bfa2aa7e8a72c9cc08743152a96d18312625712 (patch) | |
| tree | 83455a5432e0430fa6048b13ca2e740cd5017ec4 /CHANGELOG.md | |
| parent | e9a94147fb5cf6b871268a373fc211cfa50da2fc (diff) | |
| download | graphql-9bfa2aa7e8a72c9cc08743152a96d18312625712.tar.gz | |
Validate input fields have unique names
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 c808915..2494efa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,7 @@ and this project adheres to - `noUndefinedVariablesRule` - `noUndefinedVariablesRule` - `noUnusedVariablesRule` + - `uniqueInputFieldNamesRule` - `AST.Document.Field`. - `AST.Document.FragmentSpread`. - `AST.Document.InlineFragment`. |
