Skip to content

gql.tada@1.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jan 15:07
· 248 commits to main since this release
82b28a4

Patch Changes

  • ⚠️ Fix readFragment() not inferring the types of complex fragments, i.e. fragments that derive with a union type
    Submitted by @kitten (See #15)
  • Make $tada.fragmentRefs property required. Previously, this was optional (to mirror what GCG’s client-preset does). However, this can lead to invalid checks in readFragment, as it would be able to match types that don’t actually match the fragment refs
    Submitted by @kitten (See #18)