Changelog
1.8.6
never
default on readFragment<Document>()
signature (explicit generic passed)
Submitted by @kitten (See #371)readFragment(doc, data)
to narrow output's __typename
s by the input type
Submitted by @kitten (See #372)__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)