Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

urql GraphQL

We develop the highly customizable and versatile GraphQL client, urql, with which you add on features like normalized caching as you grow.
Collective - Host: opensource - https://opencollective.com/urql-graphql - Code: https://github.com/urql-graphql/

(svelte) - cache & network query should reset stale to false (#1032)

* try potential fix for cache-and-network stale true

* Add changeset

* move fix to Operati...

github.com/urql-graphql/urql - 8e7fc5ce1451b24f569343011da717362c1ba3f0 authored about 4 years ago by Jovi De Croock <[email protected]>
Fix Windows overflow-x style (#1030)

github.com/urql-graphql/urql - 95e97c7a007adaa9b34b2004596efbbb0eb3dede authored about 4 years ago by frederikhors <[email protected]>
Fix few typos in svelte doc examples (#1029)

github.com/urql-graphql/urql - 9b08757a0a385dfbb4e6a888625e4a399ec0ceb9 authored about 4 years ago by Martin Machycek <[email protected]>
remove residual badges (#1024)

github.com/urql-graphql/urql - b39e942ce8f87d1268e1499218929819a17f5091 authored about 4 years ago by Jovi De Croock <[email protected]>
Fix formatting in docs/api/svelte.md

github.com/urql-graphql/urql - 0984623df84f7831617635ff4b9765fdf65d19d9 authored about 4 years ago by Phil Pluckthun <[email protected]>
Update packages/svelte-urql/example/src/App.svelte

github.com/urql-graphql/urql - 31aafc24b8d53a46fc3abdac2a8e8034b1c715d8 authored about 4 years ago by Phil Pluckthun <[email protected]>
Version Packages

github.com/urql-graphql/urql - 3accd99e964dd58e3499824e5bc860554e186e18 authored about 4 years ago by Phil Pluckthun <[email protected]>
(next) - Move urql to peerDependencies and remove fetch polyfill (#1018)

* move urql from dependency to peerDependency

* add changeset

* remove autommatic fetch po...

github.com/urql-graphql/urql - b4674c4961df28c724a3d214c5828d4f60ca6a99 authored about 4 years ago by Jovi De Croock <[email protected]>
(svelte) - Reimplement @urql/svelte bindings with new API approach (#1016)

* Reimplement @urql/svelte bindings with new API approach

* Accept only stores as input in qu...

github.com/urql-graphql/urql - 181decf797586b4ffa7e12f2747dad2aff1dd65c authored about 4 years ago by Phil Pluckthun <[email protected]>
docs typo fix (#1021)

github.com/urql-graphql/urql - 861237f9793a88bf09c688a59e84c7df8d4cea61 authored about 4 years ago by Steve James <[email protected]>
(graphcache) - Fix offlineExchange timing after rehydration (#1019)

* Add experimental buffer fix for edge cases in Svelte/Preact

* Add changeset

github.com/urql-graphql/urql - d8a09c64e44d3529272b647562f3bb4f7f9120c0 authored about 4 years ago by Phil Pluckthun <[email protected]>
Version Packages

github.com/urql-graphql/urql - 5737b740e22f4326221de25f5abaa2b773e99bbe authored about 4 years ago by Phil Pluckthun <[email protected]>
Upgrade direct and transitive dependencies (#1013)

github.com/urql-graphql/urql - 1433bbbde5415eb3b8dd1820c4b0a6d79be1d6b7 authored about 4 years ago by Phil Pluckthun <[email protected]>
(exchanges) - implement the focusExchange (#903)

* implement the focusExchange

* Update refocusExchange.ts

* use Map.forEach and remove key...

github.com/urql-graphql/urql - 0835fcab878a48f0fd6740eca9839f0bae9e8868 authored about 4 years ago by Jovi De Croock <[email protected]>
(next-urql) - Never suspend option (#923)

* add option to disable suspense

* add changeset

* add docs

* correct the brackets for ...

github.com/urql-graphql/urql - 1a439fd2416576959b0e38f376d99553a54e8a6d authored about 4 years ago by Jovi De Croock <[email protected]>
(graphcache) - Fix offline queries not flowing through the entire cacheExchange (#1011)

* (graphcache) - Fix offline queries not flowing through the entire cacheExchange

* Add suppo...

github.com/urql-graphql/urql - e55f27517610397dc283ae852cc8743ccab8b79f authored about 4 years ago by Phil Pluckthun <[email protected]>
(preact) - Update @urql/preact implementation to match React bindings (#1008)

github.com/urql-graphql/urql - 372b0e3fa4da90d4acdfa4e53db068986e36f6af authored about 4 years ago by Phil Pluckthun <[email protected]>
Fix ES6 Array method being used in populateExchange (#1009)

github.com/urql-graphql/urql - a2c3a1f8dffed76c6f2ce60403660400b0c9d222 authored about 4 years ago by Phil Pluckthun <[email protected]>
(chore) - Update tsconfig.json in storybook-addon to match others (#1010)

* Update tsconfig.json in storybook-addon to match others

* Fix up dependencies accidentally ...

github.com/urql-graphql/urql - 0c92e289257d67e240071540548f58657a81fd50 authored about 4 years ago by Phil Pluckthun <[email protected]>
(populate) - support (nested) interfaces & unions in the return type (#963)

* support populating interfaces

* handle nested interfaces

* add changeset

* remove ts-...

github.com/urql-graphql/urql - e39bcc5fe9af4db4c33b4bf95b976bff823c40fc authored about 4 years ago by Jovi De Croock <[email protected]>
Fix typo in normalized caching docs (#999)

github.com/urql-graphql/urql - 8c74924c1d49588f265cbc3776e98fbff4995199 authored over 4 years ago by Tyler Nieman <[email protected]>
change branch reference to 'main' (#1000)

github.com/urql-graphql/urql - 139d2a02ddf26210b28a5786d7598d3e95d7904a authored over 4 years ago by Tyler Nieman <[email protected]>
(next-urql) Expose initUrqlClient function for manual usage in Next’s getServerSideProps methods (#993)

* Expose initUrqlClient function so that a Client can be created manually for use in Next's newe...

github.com/urql-graphql/urql - 095855302f7dc4e809c7fee6e245981ecbf8aab1 authored over 4 years ago by sunpietro <[email protected]>
Migrate to GitHub Discussions

github.com/urql-graphql/urql - b6b7a35df3c7b1c5e80e4d218b877dad1b77f10e authored over 4 years ago by Phil Pluckthun <[email protected]>
(chore) - Add ES5 linting and ensure polyfill-less ES5 support (#991)

* Extract common ESLint settings into preset

* Mute excess eslint warnings

* Add ES5 complianc...

github.com/urql-graphql/urql - 794b34c22e221d83c23310c7ab9111fe88b06748 authored over 4 years ago by Phil Pluckthun <[email protected]>
Version Packages

github.com/urql-graphql/urql - 8f3c75722a4b6327c686cabf91ee61bbfe507560 authored over 4 years ago by Phil Pluckthun <[email protected]>
(graphcache) - Fix offline queries not delivering any results on cache-miss and offline (#985)

* Fix fetching becoming infinite for offline queries

When the offline queries issues another ...

github.com/urql-graphql/urql - 0af76d43c24b4d65f4d92f45436389b137f41158 authored over 4 years ago by Phil Pluckthun <[email protected]>
(graphcache) - Fix updates config for renamed root schema types (#984)

* Fix store.updates not using mutation/subscription typenames

* Update SchemaPredicates for n...

github.com/urql-graphql/urql - 6dbbacd3995777a317ac0dc7f5fba31f3c89d286 authored over 4 years ago by Phil Pluckthun <[email protected]>
Add storybook addon (#954)

* make example storybook project

* Add react support

* Add readme

* Start pulling stuff...

github.com/urql-graphql/urql - aee9598087be952248882527ff5a4747fb8a7e07 authored over 4 years ago by Andy Richardson <[email protected]>
Update hasReact conditional (#982)

* Update hasReact conditional

- Prevent error when a dependency key doesn't exist
- Check ...

github.com/urql-graphql/urql - c1e72a67c1910f7ae90aae54917b87fbe5d748bc authored over 4 years ago by Andy Richardson <[email protected]>
Prevent error when both preact and react exists in package (#983)

github.com/urql-graphql/urql - 9208ad41aefe592a94598338db3d3a96c0470e54 authored over 4 years ago by Andy Richardson <[email protected]>
Update config.yml (#981)

github.com/urql-graphql/urql - e93d180040ac357ec0d4fce356bd5bc8b6ff4909 authored over 4 years ago by Andy Richardson <[email protected]>
Update CircleCI to skip install on cache hit (#980)

github.com/urql-graphql/urql - e6ac0e37f081027ea50696c2e7a42070cc13b536 authored over 4 years ago by Andy Richardson <[email protected]>
Update circleci badge to point to the main branch (#977)

github.com/urql-graphql/urql - baa76ae785e99dd42765ef689353d00a9ee69c92 authored over 4 years ago by Kadi Kraman <[email protected]>
(introspection) - Implement initial @urql/introspection package (#976)

* Implement initial @urql/introspection package

* Fix typos and update Graphcache test

* Updat...

github.com/urql-graphql/urql - b53403f3d426d5993382f6e7393bf8b55258378f authored over 4 years ago by Phil Pluckthun <[email protected]>
(docs) - elaborate on graphcache documentation (#950)

* clarify some graphcache documentation

* Apply suggestions from code review

Co-authored-b...

github.com/urql-graphql/urql - 34181a3a12796864544cc48602801673b8fa81a4 authored over 4 years ago by Jovi De Croock <[email protected]>
(docs) - Add page for more detailed auth docs (#973)

* Add more detailed documentation for authentication

* Add a section on using errorExchange w...

github.com/urql-graphql/urql - 6d4e4012c87e61bcdbd0e37ee84336dfba7fd72b authored over 4 years ago by Kadi Kraman <[email protected]>
Update README.md (#972)

github.com/urql-graphql/urql - f44d7163073905cde4b24ad1a986fddfe9b7bf4e authored over 4 years ago by Marcis Bergmanis <[email protected]>
(docs) - Add more code examples to Concepts > Exchanges

github.com/urql-graphql/urql - b985d0ab389bc88fde5b4512d76ff4162fb9d2fe authored over 4 years ago by Phil Pluckthun <[email protected]>
Version Packages

github.com/urql-graphql/urql - 0b43066c28aae9c7567c3057778820826801c55b authored over 4 years ago by Phil Pluckthun <[email protected]>
(docs) - Add page for Automatic Persisted Queries and File Uploads (#970)

* Add docs for automatic persisted queries

* Add section for file uploads

* Update "Advanc...

github.com/urql-graphql/urql - 729855c05167981d78b6c229520124a46f3a587d authored over 4 years ago by Phil Pluckthun <[email protected]>
support fast-refresh (#969)

github.com/urql-graphql/urql - b182dfb73f7e66e41beeab2ed0230be6e9653c27 authored over 4 years ago by Jovi De Croock <[email protected]>
Fix README typo (#968)

Added clarity around formidable’s maintainer status.

github.com/urql-graphql/urql - 48847721606930e2b95bf55de471e36a40414f11 authored over 4 years ago by Vincent Taverna <[email protected]>
(docs) - Add missing API docs for newer exchange packages (#967)

* Add API docs for @urql/exchange-execute

* Add docs for @urql/exchange-multipart-fetch

* ...

github.com/urql-graphql/urql - 11b5e058217dcd4d411d1a8a926732bfecc6a8b7 authored over 4 years ago by Phil Pluckthun <[email protected]>
Version Packages

github.com/urql-graphql/urql - a1252da4fec8e8002e565727d74a57e672d68f4a authored over 4 years ago by Phil Pluckthun <[email protected]>
(chore) Upgrade dependencies (#965)

* Upgrade direct & transitive dependencies

* Fix TypeScript undefined error in preact-urql

* F...

github.com/urql-graphql/urql - 59c1d8019e25bd9a151feffd4c893693269c2a0e authored over 4 years ago by Phil Pluckthun <[email protected]>
(exchanges) implement auth exchange (#939)

* Create an auth exchange and implement adding token to auth header

* Add tests for the auth ...

github.com/urql-graphql/urql - 4ea13f66ad3d127b70f8b1c0eea1d99c88be85e5 authored over 4 years ago by Kadi Kraman <[email protected]>
(core) - Omit Content-Type header when using GET (#957)

* remove content-type when using get

* Update changeset to list all affected exchanges

github.com/urql-graphql/urql - 85bb3403d3e6dada6fa0de21d2ac3faaa475b136 authored over 4 years ago by Jovi De Croock <[email protected]>
(core) - Fix mutable data for SSR exchange (#962)

* Serialize SSR results into JSON sooner

This will prevent mutations of the result data from ...

github.com/urql-graphql/urql - 27ea822bc26528021088bf851218586f938f6a1f authored over 4 years ago by Phil Pluckthun <[email protected]>
docs: remove extra 'to' (#960)

github.com/urql-graphql/urql - fd4f0e2cb7713a766a8bb9dc4a01008fa18e4a82 authored over 4 years ago by Luis <[email protected]>
(exchanges) implement error exchange (#947)

* Add an error exchange

* Export error exchange in urql core

* Add documentation for the e...

github.com/urql-graphql/urql - e031f9b887960a8113890777e8a100973068a36c authored over 4 years ago by Kadi Kraman <[email protected]>
(chore) - Add changeset for #897

github.com/urql-graphql/urql - a0eb5ce498853327565ab9c629706cb2bc1a1459 authored over 4 years ago by Phil Pluckthun <[email protected]>
feat: relayPagination respects nodes and edges (#897)

Some APIs allow you to requests pages of nodes, rather than individually-cursored items. This pa...

github.com/urql-graphql/urql - 20e3617ced88f9fd719b6df0c24ef2289fdcc054 authored over 4 years ago by Philip (flip) Kromer <[email protected]>
fix(preact): handle case where `prev.current` is null (#944)

* fix: handle case where `prev.current` is null

after upgrading to `@urql/[email protected]`, I st...

github.com/urql-graphql/urql - 26c6b9dc3f8ca5981bfced2ecd1f3e603b7c9e72 authored over 4 years ago by Jason Lengstorf <[email protected]>
fix async fetchOptions recipe (#943)

github.com/urql-graphql/urql - 452f86e57de67c0734f317138a5ffeea5f875829 authored over 4 years ago by Jovi De Croock <[email protected]>
Update showcase.md (#940)

github.com/urql-graphql/urql - cdc5758ae6bd93c35291d429dbc981a8d9482d93 authored over 4 years ago by C Lentfort <[email protected]>
(docs) - add example of sub-field inspection (#937)

* add example of sub-field inspection

* Apply suggestions from code review

Co-authored-by:...

github.com/urql-graphql/urql - ffe28467aaa2a9f5a758db7020efc5c10d2b84fc authored over 4 years ago by Jovi De Croock <[email protected]>
(docs) Add The Atlantic to showcase (#936)

github.com/urql-graphql/urql - 264fc6189de097f720874c1ce2762f8f011ab252 authored over 4 years ago by Phil Pluckthun <[email protected]>
(persisted-fetch) - Don't send persisted queries if the hash operation fails (#934)

* Don't send persisted queries if the hashing operation fails

* Add a test case

* Fix typo

* ...

github.com/urql-graphql/urql - 1651fd51814502e91b02e6dff4f0b26e3970cd82 authored over 4 years ago by Loren Riesenfeld <[email protected]>
Version Packages

github.com/urql-graphql/urql - 8033b9bc386740d959ee398ba40def05234b79fd authored over 4 years ago by Phil Pluckthun <[email protected]>
(graphcahce) - fix resolver types (#927)

* fix typings by allowing for an object in a resolver

* add changeset and correct test

* a...

github.com/urql-graphql/urql - 4ec00883fb75eba5122bb9bec5b3c2a69bda9ecc authored over 4 years ago by Jovi De Croock <[email protected]>
Upgrade direct and transitive dependencies (#925)

github.com/urql-graphql/urql - 03d983194a5a6291bc20532aa4afac280370f54e authored over 4 years ago by Phil Pluckthun <[email protected]>
(next-urql) - Pass resetUrqlClient method to App/Page (#894)

* make initial draft for resetting the active urql-client instance

* document the feature

...

github.com/urql-graphql/urql - facb48c4da6cdc61e2371e9997533185d32cd966 authored over 4 years ago by Jovi De Croock <[email protected]>
(react/preact/svelte) - add operation to the result (#924)

* add operation to the query, mutation and subscription result for react/preact/svelte

* add ...

github.com/urql-graphql/urql - 7696323f2cf5f38659bea26526a83c64acb40aac authored over 4 years ago by Jovi De Croock <[email protected]>
add example of using inspectFields to invalidate a list (#922)

github.com/urql-graphql/urql - 3a69fe4b094a9c7f7d24880d0aa9ddf65b44bf76 authored over 4 years ago by Jovi De Croock <[email protected]>
(docs) - fix spelling errors found (#921)

* docs: fix typos

* fix additional typos and undo un-necessary fixes

github.com/urql-graphql/urql - 7c2231507afe64794771858e6c837afde97d54dd authored over 4 years ago by Christian Ipanaque <[email protected]>
(core) - Strip whitespace from query for GET requests (#908)

* strip whistespace from query

* add changeset

* Add comment-stripping to GET stringificat...

github.com/urql-graphql/urql - b609ce03bda2f0f4b1062e9940bafe6653aad39b authored over 4 years ago by Jovi De Croock <[email protected]>
(core) - Shorten queries for hashing (#911)

* remove comments and whitespace from our own queries

* add changeset

* add comment after ...

github.com/urql-graphql/urql - 873ba9db1e6b0427890991c245409473740a51e3 authored over 4 years ago by Jovi De Croock <[email protected]>
(graphcache) - Mute warnings when using built-in fields (#919)

See: https://spectrum.chat/urql/help/is-there-a-way-to-access-cache-directly~40669292-345e-4c02-...

github.com/urql-graphql/urql - ac642142f074e36e901e331551bd79e9172c37a5 authored over 4 years ago by Phil Plückthun <[email protected]>
(docs) - add graphcache docs for inspectFields (#902)

* add docs for inspectFields

* Update custom-updates.md

Co-authored-by: Phil Plückthun <ph...

github.com/urql-graphql/urql - 25624a72d259bd7f299de11ca91d8a15ec0f4678 authored over 4 years ago by Jovi De Croock <[email protected]>
Update README.md

github.com/urql-graphql/urql - 7129700fb16a651f22db7dbfecf60115fde2fd5b authored over 4 years ago by Phil Plückthun <[email protected]>
Update six-shoes-kneel.md

github.com/urql-graphql/urql - f8568a338a44ecc0d13361f2a0bae2f15c485b4f authored over 4 years ago by Jovi De Croock <[email protected]>
(react-hooks) prefer exported function instead of block-scoped variable (#904)

* prefer exported function instead of block-scoped variable

* added changeset

github.com/urql-graphql/urql - 467bdbc5a457a7bef39ccc8702719a73dc0cad3e authored over 4 years ago by Dotan Simha <[email protected]>
(exchanges) - implement requestPolicyExchange (#899)

* add requestPolicyExchange

* add readme

* add it to docs

* remove redundant else

* ...

github.com/urql-graphql/urql - 5a37a6497cc111892069b3940be2c525d4aff875 authored over 4 years ago by Jovi De Croock <[email protected]>
Bump lodash from 4.17.15 to 4.17.19 (#906)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](htt...

github.com/urql-graphql/urql - 5594b55fdac55e533686130630764bac470d68a0 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix changesets base branch

github.com/urql-graphql/urql - e07a393c9a70c3d1cb49675c942dee2f5364e160 authored over 4 years ago by Jovi De Croock <[email protected]>
add special case for fetching an introspection result in graphcache (#893)

github.com/urql-graphql/urql - ca68584a578b9f85d0b1448fc7a5fc9587f968de authored over 4 years ago by Jovi De Croock <[email protected]>
Remove duplicate of populateExchange import (#892)

github.com/urql-graphql/urql - 1fe8e79a167020ec835c11523906e98e4fb0569e authored over 4 years ago by aiven715 <[email protected]>
remove mergeExchanges notion (#891)

github.com/urql-graphql/urql - 3bdc6ce7eb12f47b0e059b933740c3eb36e14a2c authored over 4 years ago by Jovi De Croock <[email protected]>
Docfix: import populate from correct library. (#890)

Import line for populate should point to `@urql/exchange-populate`

github.com/urql-graphql/urql - 0d23b205466a271af0fe9882c92df69a8b8ae26e authored over 4 years ago by Philip (flip) Kromer <[email protected]>
(persisted-fetch) - pass document as a second argument to the generateHash option (#887)

* pass document as a second argument to the generateHash option

* add test to assert that for...

github.com/urql-graphql/urql - 1cdfbefbf7ddafb9ba181527417c2e57bbbb4861 authored over 4 years ago by Jovi De Croock <[email protected]>
Version Packages

github.com/urql-graphql/urql - c4f24eed5807a8194c9a13ded1ff394378e4c9ea authored over 4 years ago by Phil Pluckthun <[email protected]>
Update link references

github.com/urql-graphql/urql - 0b5ef5ad5cf537296fda3823a99422aa5581e87e authored over 4 years ago by Phil Pluckthun <[email protected]>
(next-urql) - disable suspense when we aren't binding getInitialProps (#884)

* disable suspense when we aren't binding getInitialProps, enabling this without getInitialProps...

github.com/urql-graphql/urql - 945d87fe7498777f8183007b0d0788b1e1e01359 authored over 4 years ago by Jovi De Croock <[email protected]>
(fix) - Delay invalidation in ssrExchange by a tick (#885)

* (fix) - Delay invalidation in ssrExchange by a tick

Resolve #874

* Update ssr.test.ts

github.com/urql-graphql/urql - 93e365d862e131146c8c47864f06c1e291c9c26e authored over 4 years ago by Phil Plückthun <[email protected]>
(core) - Fix formatDocument mutating original document (#880)

* Fix formatDocument mutating original document

- Fix the formatDocument mutating parts of th...

github.com/urql-graphql/urql - c6fb74edbb17f1762237d58cd144bbdaaf5bf015 authored over 4 years ago by Phil Plückthun <[email protected]>
Spelling and grammar fixes (#872)

github.com/urql-graphql/urql - 481ff4ca823bcc59fa1082697836ed71a391f7ad authored over 4 years ago by Michael Stramel <[email protected]>
(populate) - update docs (#871)

* update populateExchange documentation

* Update auto-populate-mutations.md

* update wordi...

github.com/urql-graphql/urql - 52a26079cfd3bdd3945346a66a1c9b882e6e3bf8 authored over 4 years ago by Jovi De Croock <[email protected]>
(persisted) - Add generateHash option to the persistedFetchExchange (#870)

* Add support for a custom hash function in @exchange/persisted-fetch

* Add a changeset

* Upda...

github.com/urql-graphql/urql - f80c96d71dd660f9d3c96920752132dba24f7608 authored over 4 years ago by Loren Riesenfeld <[email protected]>
Version Packages

github.com/urql-graphql/urql - 9e72bc90854aff8c7e3435e043e1339e39a209b2 authored over 4 years ago by Phil Pluckthun <[email protected]>
(svelte) - Expand Readables with factory and PromiseLike methods (#862)

* Reimplement query/mutate/subscription store factories

`query` and `subscription` are now Re...

github.com/urql-graphql/urql - 3c1fb7cb33972f5144d08239c9171d1819ae0095 authored over 4 years ago by Phil Plückthun <[email protected]>
(graphcache) - Reimplement default-storage serializer/deserializer (#866)

* Prevent collecting optimistic writes on persist Set

* Implement custom persistence serializ...

github.com/urql-graphql/urql - 147e62817afb71c0cb2761430e67e461b4d64707 authored over 4 years ago by Phil Plückthun <[email protected]>
(chore) - Remove scheduleTask helpers (#861)

* Replace scheduleTask helper with inline Promise.resolve()

The scheduleTask helper was useful ...

github.com/urql-graphql/urql - c3dbd2a72f0baed71e95baa0d5f78ffb46e9351b authored over 4 years ago by Phil Plückthun <[email protected]>
(fix) - Fix timing for out-of-band client.reexecuteOperation calls (#860)

* Fix timing for out-of-band client.reexecuteOperation calls

When an operation becomes asynch...

github.com/urql-graphql/urql - f468f6dfee06534d92bdda01ffe8dc8c936664ff authored over 4 years ago by Phil Plückthun <[email protected]>
(graphcache) - Add root operation type traversal warning (#859)

* Add warning when a selection traverses an Operation Root Type

* Add error code and explanaton...

github.com/urql-graphql/urql - 0a90257b2b090c7e7bc14ad383fa9a847ac5cb5a authored over 4 years ago by Phil Plückthun <[email protected]>
(next) - prevent client-serialization even without getInitialProps (#857)

* prevent serialization even without getInitialProps

* Update .changeset/curly-bags-tap.md

...

github.com/urql-graphql/urql - 581fb6990b093b218925d6dc5279dd70237f6bd4 authored over 4 years ago by Jovi De Croock <[email protected]>
fix(docs): typo on changelog (#856)

github.com/urql-graphql/urql - 771f9eb392eb0239fb51b6c24467d05bd92a9bdb authored over 4 years ago by Dung Duc Huynh (Kaka) <[email protected]>
Update graphcache/default-storage/package.json

github.com/urql-graphql/urql - e7ffe39c78a6d010e5da021775bf6032bda68691 authored over 4 years ago by Phil Pluckthun <[email protected]>
Version Packages

github.com/urql-graphql/urql - 3fd4b4806fc5138cf9630856880f50e72ed67a79 authored over 4 years ago by Phil Pluckthun <[email protected]>
Upgrade dependencies

github.com/urql-graphql/urql - 4542a9d56705b1182cd17010bcb319b46e4c42dc authored over 4 years ago by Phil Pluckthun <[email protected]>