github-actions
released this
21 Aug 14:13
·
14 commits
to main
since this release
Patch Changes
- Remove redundant
never
default onreadFragment<Document>()
signature (explicit generic passed)
Submitted by @kitten (See #371) - Upgrade dependencies
Submitted by @kitten (See #373) - Allow
readFragment(doc, data)
to narrow output's__typename
s by the input type
Submitted by @kitten (See #372) - Add
__typename
narrowing of unmasked interface fragment spreads, which could otherwise lead to confusion. This usually is relevant when the parent selection set forgets to include a__typename
selection
Submitted by @kitten (See #368) - Improve type output readability for interfaces with narrowed types
Submitted by @kitten (See #370) - Updated dependencies (See #373)
- @gql.tada/[email protected]
- @gql.tada/[email protected]