Skip to content

gql.tada@1.8.6

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 14:13
· 14 commits to main since this release
a9bf8b8

Patch Changes

  • Remove redundant never default on readFragment<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 __typenames 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/cli-utils@1.6.1
    • @gql.tada/internal@1.0.7