Patch Changes
- Add a built-in
gql
tag function helper to@urql/core
. This behaves similarly tographql-tag
but only warns about locally duplicated fragment names rather than globally. It also primes@urql/core
's key cache with the parsedDocumentNode
, by @kitten (See #1187) - Add
suspense: false
to options whenexecuteQuery
is called explicitly, by @kitten (See #1181) - Updated dependencies (See #1187, #1186, and #1186)
- @urql/core@1.16.0