Urql Versions Save

The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

@urql/[email protected]

1 month ago

Minor Changes

  • Mark @urql/core as a peer dependency as well as a regular dependency Submitted by @kitten (See #3579)

@urql/[email protected]

1 month ago

Minor Changes

  • Mark @urql/core as a peer dependency as well as a regular dependency Submitted by @kitten (See #3579)

@urql/[email protected]

1 month ago

Minor Changes

  • Mark @urql/core as a peer dependency as well as a regular dependency Submitted by @kitten (See #3579)

@urql/[email protected]

1 month ago

Minor Changes

  • Mark @urql/core as a peer dependency as well as a regular dependency Submitted by @kitten (See #3579)

@urql/[email protected]

1 month ago

Minor Changes

  • Mark @urql/core as a peer dependency as well as a regular dependency Submitted by @kitten (See #3579)

@urql/[email protected]

1 month ago

Patch Changes

  • Use documentId from persisted documents for document keys, when it's available Submitted by @kitten (See #3575)

@urql/[email protected]

1 month ago

Patch Changes

  • ⚠️ Fix issue where a reexecute on an in-flight operation would lead to multiple network-requests. For example, this issue presents itself when Graphcache is concurrently updating multiple, inter-dependent queries with shared entities. One query completing while others are still in-flight may lead to duplicate operations being issued Submitted by @JoviDeCroock (See #3573)

@urql/[email protected]

1 month ago

Patch Changes

  • Only record dependencies that are changing data, this will reduce the amount of operations we re-invoke due to network-only/cache-and-network queries and mutations Submitted by @JoviDeCroock (See #3564)

@urql/[email protected]

1 month ago

Patch Changes

  • ⚠️ Fix @ts-ignore on TypeScript peer dependency import in typings not being applied due to a leading ! character Submitted by @kitten (See #3567)

@urql/[email protected]

2 months ago

Patch Changes

  • When invoking the automatic creation updater ignore the entity we are currently on in the mutation Submitted by @JoviDeCroock (See #3560)