urql

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

MIT License

Downloads
11.4M
Stars
8.5K
Committers
249

Bot releases are visible (Hide)

urql -

Published by kitten over 4 years ago

Patch Changes

urql -

Published by kitten over 4 years ago

Patch Changes

urql -

Published by kitten over 4 years ago

Patch Changes

  • Refactor parts of Graphcache for a minor performance boost and bundlesize reductions, by @kitten (See #611)
urql -

Published by kitten over 4 years ago

Patch Changes

urql -

Published by kitten over 4 years ago

Patch Changes

  • Pass the Client down in withUrqlClient.getInitialProps to prevent it from being created twice, by @JoviDeCroock (See #589)
  • Add missing GraphQLError serialization for extensions and path field to ssrExchange, by @kitten (See #607)
  • Enable users to configure the suspense option and clean up suspense warning message, by @ryan-gilb (See #603)
urql -

Published by kitten over 4 years ago

Minor Changes

Patch Changes

  • Add missing GraphQLError serialization for extensions and path field to ssrExchange, by @kitten (See #607)
urql -

Published by kitten over 4 years ago

Patch Changes

  • Apply commutative layers to all operations, so now including mutations and subscriptions, to ensure that unordered data is written in the correct order, by @kitten (See #593)
  • Updated dependencies (See #607 and #601)
urql -

Published by kitten over 4 years ago

Initial release

  • Release the multipartFetchExchange
urql -

Published by kitten over 4 years ago

urql -

Published by kitten over 4 years ago

Patch Changes

urql -

Published by kitten over 4 years ago

Patch Changes

  • ⚠️ Fix commutative layer edge case when lowest-priority layer comes back earlier than others, by @kitten (See #587)
  • Externalise @urql/exchange-populate from bundle, by @kitten (See #590)
  • ⚠️ Fix teardown events leading to broken commutativity, by @kitten (See #588)
urql -

Published by kitten over 4 years ago

Patch Changes

urql -

Published by kitten over 4 years ago

Patch Changes

urql -

Published by kitten over 4 years ago

Patch Changes

  • Prevent active teardowns for queries on subscriptionExchange, by @kitten (See #577)
urql -

Published by kitten over 4 years ago

Initial release

  • Moved the populateExchange from @urql/exchange-graphcache to its own package.
urql -

Published by kitten over 4 years ago

Minor Changes

  • Add cache.invalidate to invalidate an entity directly to remove it from the cache and all subsequent cache results, e.g. cache.invalidate({ __typename: 'Todo', id: 1 }), by @JoviDeCroock (See #566)

Patch Changes

  • ⚠️ Fix cache-only operations being forwarded and triggering fetch requests, by @JoviDeCroock (See #551)
  • Apply Query results in-order and commutatively even when results arrive out-of-order, by @kitten (See #565)
  • Updated dependencies (See #551, #542, and #544)
urql -

Published by kitten over 4 years ago

Initial Alpha Release

urql -

Published by kitten over 4 years ago

Patch Changes

  • Remove type import from internal urql package file that has been removed, by @parkerziegler (See #557)
  • Ensure empty object gets returned in withUrqlClient's getInitialProps. Update next-urql examples to run in the urql monorepo, by @parkerziegler (See #563)
urql -

Published by kitten over 4 years ago

Patch Changes

  • ⚠️ Fix cache-only operations being forwarded and triggering fetch requests, by @JoviDeCroock (See #551)
  • Adds a one-tick delay to the subscriptionExchange to prevent unnecessary early tear downs, by @JoviDeCroock (See #542)
  • Add enableAllOperations option to subscriptionExchange to let it handle queries and mutations as well, by @kitten (See #544)
urql -

Published by kitten over 4 years ago

Patch Changes

  • ⚠️ Fix more concurrent-mode and strict-mode edge cases and bugs by switching to useSubscription. (See #514)
  • ⚠️ Fix client-side suspense support (as minimally as possible) by altering
    the useBehaviourSubject behaviour. (See #512)
  • Updated dependencies (See #533, #519, #515, #512, and #518)