Validate fragment spreads are possible

This commit is contained in:
2020-11-19 08:48:37 +01:00
parent 86a0e00f7e
commit 2dbc985dfc
3 changed files with 183 additions and 34 deletions

View File

@ -10,6 +10,7 @@ and this project adheres to
### Added
- `Validate.Rules`:
- `overlappingFieldsCanBeMergedRule`
- `possibleFragmentSpreadsRule`
- `Type.Schema.implementations` contains a map from interfaces and objects to
interfaces they implement.