diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-12-01 20:43:19 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-12-02 07:43:19 +0100 |
| commit | fc9ad9c4a1e2e79a6b93d2599ca8fa6770caf631 (patch) | |
| tree | 344aa5eeddaf2429c8919e42fdd48ef4840adefc /CHANGELOG.md | |
| parent | def52ddc202dc43f75ce5aebee3e448b263bde12 (diff) | |
| download | graphql-fc9ad9c4a1e2e79a6b93d2599ca8fa6770caf631.tar.gz | |
Consider __typename when evaluating fragments
Fixes #30.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b41dfc..38d5217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file. - Parsing multiple string arguments, such as `login(username: "username", password: "password")` would fail on the comma due to strings not having a space consumer. +- Fragment spread is evaluated based on the `__typename` resolver. If the + resolver is missing, it is assumed that the type condition is satisfied (all + fragments are included). ## [0.6.0.0] - 2019-11-27 ### Changed |
