Collect types from the subscription root

This commit is contained in:
2020-09-04 19:12:19 +02:00
parent 33318a3b01
commit 14ed209828
6 changed files with 108 additions and 42 deletions

View File

@ -12,7 +12,12 @@ and this project adheres to
### Added
- `Validate.Validation.Rule`: `SelectionRule` constructor.
- `Validate.Rules`: `fragmentSpreadTargetDefinedRule`.
- `Validate.Rules`:
- `fragmentSpreadTargetDefinedRule`
- `fragmentSpreadTypeExistenceRule`
### Fixed
- Collecting existing types from the schema considers subscriptions.
## [0.10.0.0] - 2020-08-29
### Changed