Validate fragments don't form cycles

This commit is contained in:
2020-09-11 08:03:49 +02:00
parent c2c57b6363
commit 08998dbd93
5 changed files with 128 additions and 21 deletions

View File

@ -19,6 +19,7 @@ and this project adheres to
- `fragmentSpreadTargetDefinedRule`
- `fragmentSpreadTypeExistenceRule`
- `noUnusedFragmentsRule`
- `noFragmentCyclesRule`
- `AST.Document.Field`.
- `AST.Document.FragmentSpread`.
- `AST.Document.InlineFragment`.