Validate variables are used

This commit is contained in:
2020-09-22 04:42:25 +02:00
parent 3e393004ae
commit e9a94147fb
3 changed files with 52 additions and 5 deletions

View File

@ -45,6 +45,7 @@ and this project adheres to
- `variablesAreInputTypesRule`
- `noUndefinedVariablesRule`
- `noUndefinedVariablesRule`
- `noUnusedVariablesRule`
- `AST.Document.Field`.
- `AST.Document.FragmentSpread`.
- `AST.Document.InlineFragment`.