github urql-graphql/urql @urql/core@1.16.0

3 years ago

Minor Changes

  • Add a built-in gql tag function helper to @urql/core. This behaves similarly to graphql-tag but only warns about locally duplicated fragment names rather than globally. It also primes @urql/core's key cache with the parsed DocumentNode, by @kitten (See #1187)

Patch Changes

  • ⚠️ Fix edge case in formatDocument, which fails to add a __typename field if it has been aliased to a different name, by @kitten (See #1186)
  • Cache results of formatDocument by the input document's key, by @kitten (See #1186)

Don't miss a new urql release

NewReleases is sending notifications on new releases.