Skip to content

gql.tada@1.8.3

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jul 10:51
· 32 commits to main since this release
7bcdac9

Patch Changes

  • Extend readFragment types to allow | {} optional fragments to be matched. When a fragment is annotated with a directive making it optional (such as @include, @skip, or @defer) then its typed as optional. readFragment previously didn't know how to match these types, but it will now match T | {} and infer the type as such
    Submitted by @kitten (See #349)
  • Updated dependencies (See #350)
    • @gql.tada/internal@1.0.5
    • @gql.tada/cli-utils@1.5.2