diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-09-04 19:12:19 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-09-04 19:12:19 +0200 |
| commit | 14ed2098285776690bd8fea4209560bf3dba9e74 (patch) | |
| tree | a325eb2aeb0cedd9f8988cc3bfd257091939068c /CHANGELOG.md | |
| parent | 33318a3b01d27771c6d51ddc5899162bf3acebd8 (diff) | |
| download | graphql-14ed2098285776690bd8fea4209560bf3dba9e74.tar.gz | |
Collect types from the subscription root
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 893f7ab..bb3dbcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 |
