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/

(graphcache) - Skip resolvers when writing to the cache (#812)

* Allow to skip resolvers when reading from cache

* Skip resolvers for updateQuery's read ope...

github.com/urql-graphql/urql - d1e186a4f02c68dd005240f8ae5ef268e39f5b0d authored over 4 years ago by Matías Olivera <[email protected]>
(graphcache) - Implement offlineExchange (#793)

* Implement initial offlineExchange

* Add storage extension for writing/reading metadata

*...

github.com/urql-graphql/urql - a5f711acda99293dc9fa8c5c43467558a0828022 authored over 4 years ago by Phil Plückthun <[email protected]>
(next-urql) - reuse the ssrExchange when there's one present (#855)

* reuse the urql ssr cache on the client side when there's one present

* Update with-urql-cli...

github.com/urql-graphql/urql - 5679657d619dca4b99b0805229b9181d8722ae86 authored over 4 years ago by Jovi De Croock <[email protected]>
(next-urql) - getStaticProps & getServerProps (#797)

* support serverProps by making withUrql.getInitialProps optional

* add suggested approach

...

github.com/urql-graphql/urql - 640c4f49c6f181255744813be29db61e9f374713 authored over 4 years ago by Jovi De Croock <[email protected]>
Bump websocket-extensions from 0.1.3 to 0.1.4 (#850)

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0....

github.com/urql-graphql/urql - d99ad062d4ec699088c3d0a5baea77799a9fb49c authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix frontmatter data for production docs site

github.com/urql-graphql/urql - e628872acabf90c9dce62fc4570fdf239c0545a1 authored over 4 years ago by Phil Pluckthun <[email protected]>
(chore) - Upgrade to wonka@^4.0.14 (#842)

* Upgrade all packages to [email protected]

* Add Changeset

github.com/urql-graphql/urql - d21ff038aa9b9470c2cafbb9ab8c8181b45befdb authored over 4 years ago by Phil Plückthun <[email protected]>
(graphcache) - Remove deprecated Grapcache APIs (#840)

* Remove the populateExchange export from Graphcache

* Remove deprecated cache.invalidateQuer...

github.com/urql-graphql/urql - 624fce005f4b30e68c0f5c01a20de60327d8798c authored over 4 years ago by Phil Plückthun <[email protected]>
(graphcache) - Implement opportunities to reduce bundlesize on Graphcache (#841)

* Simplify SelectionIterator

Performance remains unaffected

* Hoist production checks for ...

github.com/urql-graphql/urql - eb604b80b0a10146d37cd484b9cc578ed33a5eba authored over 4 years ago by Phil Plückthun <[email protected]>
(chore) Upgrade dependencies (#839)

* Upgrade build-related dependencies

* Upgrade typescript to 3.9.3

* Upgrade dependencies

* U...

github.com/urql-graphql/urql - 51d469e2e7e9164cdaa41058893769e64c5b9ad5 authored over 4 years ago by Phil Plückthun <[email protected]>
(graphcache) Validation for Graphcache's opts.updates, opts.resolvers, opts.optimistic (#826)

* Ensure console mocks are reset after every test, without having to explicity do so.

* Graph...

github.com/urql-graphql/urql - f12b477ec89234b9b17ffef4bcbcc886b265b55c authored over 4 years ago by Amy Boyd <[email protected]>
(core) - Expose client.subscription shortcut method (#838)

* Export client.subscription shortcut

* Update packages/core/src/client.ts

* Update docs/a...

github.com/urql-graphql/urql - 98b6edc2b806c7557d10f93b982bae3d1fd3c336 authored over 4 years ago by Daniel K <[email protected]>
Graphcache example: allow user to change Graphcache options via buttons on the page. (#833)

* Graphcache example: upgrade dependencies to work on latest version of Node.

* Graphcache ex...

github.com/urql-graphql/urql - 0a399aeae05ba6d926673c749033ca246032f151 authored over 4 years ago by Amy Boyd <[email protected]>
(next-urql) - streamline client creation (#816)

* write out proposal for breaking the current next-api

* refactor the non-func implementation...

github.com/urql-graphql/urql - 86a8343634682080e904164f53e301d7f4a0ce4f authored over 4 years ago by Jovi De Croock <[email protected]>
(docs) - Fix errors page links (#828)

* fix docs

* remove anchors

* test with anchors above the links in markdown

* remove an...

github.com/urql-graphql/urql - a364e2f1a947ddb6b6ff3881e3d4e07ae7653edd authored over 4 years ago by Jovi De Croock <[email protected]>
Add changelog for #820

github.com/urql-graphql/urql - 6044b536dbd295a9e2cdf3b98efcca885348ec39 authored over 4 years ago by Phil Pluckthun <[email protected]>
fix syntax issue in document-caching.md (#823)

github.com/urql-graphql/urql - 363597b5cb936ba3d631c338e4a260289936c4a0 authored over 4 years ago by Jovi De Croock <[email protected]>
810: Graphcache warnings for `opts.keys` (#820)

* Graphcache: Add tests for error checking in schemaPredicates.

* Graphcache: console.warn() ...

github.com/urql-graphql/urql - aa85ba0bb18982c4cfdb64d416a268898f8d1a76 authored over 4 years ago by Amy Boyd <[email protected]>
Put GraphCache errors documentation on website (#817)

* Fix typos in 'docs/graphcache/schema-awareness.md'.

* Move Graphcache's 'help.md' so it get...

github.com/urql-graphql/urql - 5295e33e6d17016912e12f70acd79ac4a51b3a95 authored over 4 years ago by Amy Boyd <[email protected]>
Fixed example link (#814)

github.com/urql-graphql/urql - b53a7251904c910168d20414618a7b5b680f5499 authored over 4 years ago by Kcat <[email protected]>
(chore) - Fix up react-urql examples (#808)

* Fix/document react-urql examples.

* Upgrade example dependencies to match latest URQL depen...

github.com/urql-graphql/urql - 53d775f39aa156bfcc2fc31de2e7be6d7d5662d6 authored over 4 years ago by Amy Boyd <[email protected]>
Version Packages

github.com/urql-graphql/urql - ecb58bfdd97ed660a2dd248fd51e44c07b7350b5 authored over 4 years ago by Phil Pluckthun <[email protected]>
(next-urql) - bump react-ssr-prepass (#809)

* bump next-urql

* dedupe yarn.lock

github.com/urql-graphql/urql - 4bc6821e563818af35691e278b32a2da1784f459 authored over 4 years ago by Jovi De Croock <[email protected]>
(persisted-fetch) - support persisted get (#804)

* transform to exchange factory

* add changeset

* apply PR comments

* apply POST for pe...

github.com/urql-graphql/urql - aec38fcba2d30aeb8bcc393e679279d15a5c1f2b authored over 4 years ago by Jovi De Croock <[email protected]>
(persisted-fetch) Replace js-sha256 polyfill for Node with Node's Crypto API (#807)

* Replace js-sha256 polyfill for Node with Native API

* Add Changeset

* Move around warning to...

github.com/urql-graphql/urql - b118c2ca0d7ec05b9d968e50b82db0ce0a0cc984 authored over 4 years ago by Phil Plückthun <[email protected]>
Add operationName to GET queries (#798)

* Add operationName to GET queries

* changeset

github.com/urql-graphql/urql - fbebee723499612bc0ca97b7b7e5f597c171b448 authored over 4 years ago by Jakub Riedl <[email protected]>
Version Packages

github.com/urql-graphql/urql - ec9b8cf77bfb113c54fac11167e6e70316685a84 authored over 4 years ago by Phil Pluckthun <[email protected]>
Add executeExchange for using an executable schema (#474)

* initial

* optimize andadd tests

* Update src/exchanges/execute.ts

* Remove unused var...

github.com/urql-graphql/urql - be2c8da290d43fcddd19134ed643f27bf45e2a69 authored over 4 years ago by Andy Richardson <[email protected]>
(suspense) - Fix suspenseExchange affecting subscriptions and add deprecation note (#789)

* Fix suspenseExchange being applied to subscriptions

Subscription Operations are never subje...

github.com/urql-graphql/urql - bde241f911a0109abd86b3ecb9e717dfb8243890 authored over 4 years ago by Phil Plückthun <[email protected]>
Add favicon and corresponding manifest (#791)

github.com/urql-graphql/urql - 3f46ae8b566f5a5a3e1e0413e7dad89b92325970 authored over 4 years ago by Will Golledge <[email protected]>
Fix incorrect Wonka typings

github.com/urql-graphql/urql - 8509115878ad6aad561dc78906b5aaacba244b67 authored over 4 years ago by Phil Pluckthun <[email protected]>
(chore) - Add issue template for RFCs (#786)

github.com/urql-graphql/urql - f2edc13a583e916fbd24152e60f7c2035de5a393 authored over 4 years ago by Phil Plückthun <[email protected]>
Fix example not working without a page reload on first open. (#785)

github.com/urql-graphql/urql - c2eb3cba0a2e063519de0c953fe1cdaab4fe1030 authored over 4 years ago by Amy Boyd <[email protected]>
Delete duplicate file. (#784)

'src/graphql/index.ts' and 'src/sw/graphql.ts' had the same content.

github.com/urql-graphql/urql - 9814992409330a43367b352af9429d6f08e32adf authored over 4 years ago by Amy Boyd <[email protected]>
Version Packages

github.com/urql-graphql/urql - afe4d951a635bfd48b0af6ae67f522d636b441ed authored over 4 years ago by Phil Pluckthun <[email protected]>
Update yarn.lock

github.com/urql-graphql/urql - 095ca9dd7ff780553eedf71daf71acbb702c322b authored over 4 years ago by Phil Pluckthun <[email protected]>
(debug) - add sources to our debugevents (#780)

* add source names to our dispatchDebug calls

* add guards

* add changeset

* fix debuge...

github.com/urql-graphql/urql - 5f27d469d31f5d8419d358f7a871ea6ebd66eaa8 authored over 4 years ago by Jovi De Croock <[email protected]>
(graphcache) - Fix unkeyable warnings for introspection results (#779)

github.com/urql-graphql/urql - 45a74cd1925b047d3da56de528ec25fe1dd1fa45 authored over 4 years ago by Phil Plückthun <[email protected]>
Fix broken Debugging link

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

github.com/urql-graphql/urql - 6f411610c58bf69361b96ad291526adda603357e authored over 4 years ago by Phil Pluckthun <[email protected]>
(docs) - Restructure Debugging document (#769)

Co-Authored-By: Andy Richardson <[email protected]>

github.com/urql-graphql/urql - 78f15d02bbf7f2e63d752d0e5080c0f0d8e30428 authored over 4 years ago by Phil Plückthun <[email protected]>
(chore) - Upgrade dependencies (#774)

github.com/urql-graphql/urql - 20e69a09d2effdc800795acf50a7bdeab6b665cb authored over 4 years ago by Phil Plückthun <[email protected]>
(docs) - graphcache gotcha's (#755)

* document some gotchas with graphcache

* change phrasing

* alter wording

* Update docs/graph...

github.com/urql-graphql/urql - 99b126a02bec38b6667a581c61f33a9678cf9dfc authored over 4 years ago by Jovi De Croock <[email protected]>
(graphache) - Fix query traversal for previous null fields (#772)

Co-Authored-By: Jovi De Croock <[email protected]>

github.com/urql-graphql/urql - 395ae73dbd5b4ee6e1718843a43a65b54f1fc1d7 authored over 4 years ago by Phil Plückthun <[email protected]>
Add build command to example (#773)

github.com/urql-graphql/urql - aff5cd074fa6f76156ce19ebe314228a469ff984 authored over 4 years ago by Andy Richardson <[email protected]>
Fix missing package.json entry in exports field (#771)

Co-Authored-By: Phil Plückthun <[email protected]>

github.com/urql-graphql/urql - 3fe30c563c3e9ccdee43a938d5688622effef476 authored over 4 years ago by Jovi De Croock <[email protected]>
(docs) - Badge tweaks (#760)

* Use badgegen badges

* Add docs link

* Visit docs alt

* Remove license badge

* Update READM...

github.com/urql-graphql/urql - 7c98afc0d21a282236100a36ca4698d24cc86c8d authored over 4 years ago by Andy Richardson <[email protected]>
(docs) - Debugging Documentation (#749)

* Initial write up

* Tweak order

* Remove unnecessary caption

* Change wording

* Remove unus...

github.com/urql-graphql/urql - 46d8b3b9cdc9c91dc5af2441d70c952ea60c3f3c authored over 4 years ago by Andy Richardson <[email protected]>
Version Packages

github.com/urql-graphql/urql - f1997acb5835a5ca187ac9f524e9808ae1fade6a authored over 4 years ago by Phil Pluckthun <[email protected]>
(docs) - Fix heading anchor links (#767)

github.com/urql-graphql/urql - 3df0c5f05bff44a23bd31fd0da944842cdd4785f authored over 4 years ago by Will Golledge <[email protected]>
(persisted-fetch) - Fix hash not being sent after Not Found error (#766)

* Fix persisted query miss not sending SHA256 hash

* Add changeset

github.com/urql-graphql/urql - d2c78bfa6f4eb495ec22f720a1adc3daee6dc556 authored over 4 years ago by Phil Plückthun <[email protected]>
(docs) - Compress Urql logo (#761)

github.com/urql-graphql/urql - 7f71139113de019060ae6cfc4b9f04a1a9ef7ee2 authored over 4 years ago by Andy Richardson <[email protected]>
(docs) - Language/spelling cleanup (#763)

github.com/urql-graphql/urql - 9c8f69b832b423df12b8f07338de76127be4dcd6 authored over 4 years ago by Will Golledge <[email protected]>
Version Packages

github.com/urql-graphql/urql - 789a134db7bafae4ef5410ff15a9c45a35f51297 authored over 4 years ago by Phil Pluckthun <[email protected]>
(graphcache) - Clean error stacks (#751)

github.com/urql-graphql/urql - 6d39091aaa687b61a0e8bacb0c105ee87c9f2c9a authored over 4 years ago by Jovi De Croock <[email protected]>
(docs) - Update landing page (#742)

- Add shared components (panel, button, link)
- Update content/copy
- Separate Components from...

github.com/urql-graphql/urql - 160cd03c5fdd31c3717d416c7f816e7349e37216 authored over 4 years ago by Will Golledge <[email protected]>
(svelte) - Promise mutation result (#758)

github.com/urql-graphql/urql - 944e8a2308a26ac79af7a8ce4bc20a5d4e76ecf2 authored over 4 years ago by Jovi De Croock <[email protected]>
Update urql devtools to 'latest' (#759)

github.com/urql-graphql/urql - 670a3428f8173fbea47214866418cd47b7273cc4 authored over 4 years ago by Andy Richardson <[email protected]>
Fix typescript link in docs/concepts/stream-patterns.md at line 57 (#757)

github.com/urql-graphql/urql - 698e1929918dd32dbc134558c4a20ee4d8fe1156 authored over 4 years ago by searchableguy <[email protected]>
Misprint (#753)

github.com/urql-graphql/urql - 3a3e57dda886bb7465f282f7c76930546dbb6b75 authored over 4 years ago by frederikhors <[email protected]>
Misprint, I think. (#752)

github.com/urql-graphql/urql - b82b44001751ba18bce7251e2d50f3ccce60f1e2 authored over 4 years ago by frederikhors <[email protected]>
(graphcache) - Implement RFC for optimistic behavior enhancements (#750)

- Convert dependencies data structure from `Set<string>` to `type Dependencies = Record<string, ...

github.com/urql-graphql/urql - 6871e9b902a8eb22d6334ee3fd28d6cf338efc05 authored over 4 years ago by Phil Plückthun <[email protected]>
(graphcache) - Shift mutation results to top layer (#745)

github.com/urql-graphql/urql - e02392ab2b2b8e29d30b5f3752db9e4a5e7f95df authored over 4 years ago by Phil Plückthun <[email protected]>
Fix a typo in docs (#746)

github.com/urql-graphql/urql - b3c745dc0d9f1e1b2330615faf92467ea3aa8efe authored over 4 years ago by Hampus Kraft <[email protected]>
make prepare script work on windows (#743)

* make prepare script work on windows

* .

* .

* Attempt to fix POSIX vs Win32 path inconsiste...

github.com/urql-graphql/urql - 7e222775495fc575aa5465d0f37724ed122bdaf9 authored over 4 years ago by frederikhors <[email protected]>
(docs) - common questions (#673)

* start common-questions chapter

* add explanation

* update orders

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

github.com/urql-graphql/urql - ec04a72a4d2eefbe6ae19cc154e5885b62645c0a authored over 4 years ago by Phil Pluckthun <[email protected]>
Fix persistedFetchExchange import and add debug messages (#741)

* Fix import of non-ESM module js-sha256

* Add dispatchDebug devtools messages to persistedFetc...

github.com/urql-graphql/urql - bae5f156722f725f4eb080d3dd95d9a578e64bca authored over 4 years ago by Phil Plückthun <[email protected]>
Fix empty import cleanup script and move it to Rollup (#740)

github.com/urql-graphql/urql - 47e9e3844bf17805d9b010fd918c133b780db2c7 authored over 4 years ago by Phil Plückthun <[email protected]>
Add @urql/exchange-persisted-fetch exchange package (#739)

github.com/urql-graphql/urql - b8a7548e9b66f5028d30137e872088b8911bd6aa authored over 4 years ago by Phil Plückthun <[email protected]>
Add workaround for minification quirk in Metro Bundler (#737)

github.com/urql-graphql/urql - 67db16415e6e787ee113286258c51d473008129c authored over 4 years ago by Phil Plückthun <[email protected]>
(docs) - quick-start (#665)

* add quick-start document

* use the suggested intro

* Update docs/overview.md

Co-Autho...

github.com/urql-graphql/urql - 25f6fb099f4f9d99c7e2df7ebe4670a05cc63b8c authored over 4 years ago by Jovi De Croock <[email protected]>
add script to remove empty imports/requires (#735)

* add script to remove empty imports/requires

* add changeset

* remove the minified entrie...

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

github.com/urql-graphql/urql - e6997f430cfa324bfed6f2566ad9ae63c5667e3c authored over 4 years ago by Phil Pluckthun <[email protected]>
Fix nested package.json generation in Rollup config (#734)

github.com/urql-graphql/urql - 8d99559b9c028e995c2a936a74727bfc4f27ac69 authored over 4 years ago by Phil Plückthun <[email protected]>
Version Packages

github.com/urql-graphql/urql - 7cf15a46d0d25d18d5a855ea545155450b941e59 authored over 4 years ago by Phil Pluckthun <[email protected]>
Add missing exports entry to sub-folders

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

github.com/urql-graphql/urql - 8fd402a05cc20880f02f1e4b914bfff58c918057 authored over 4 years ago by Phil Pluckthun <[email protected]>
(fix) - Fix internal and graphcache/extras main path (#733)

github.com/urql-graphql/urql - 78629bfd73d4d3d3af5160424e1a294de231a795 authored over 4 years ago by Jovi De Croock <[email protected]>
Commit missing exchanges/graphcache/extras

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

github.com/urql-graphql/urql - f7e6b50a929a79f8d86bdc900151040b053faad2 authored over 4 years ago by Phil Pluckthun <[email protected]>
include /internal for core (#731)

github.com/urql-graphql/urql - 27e0aea2ec38518c818a0cb2880e32f5c8b1dc01 authored over 4 years ago by Jovi De Croock <[email protected]>
(docs) - gatsby logo (#729)

* add the gatsby logo to our showcase

* run logo through pngquant

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

github.com/urql-graphql/urql - ae1a205db82a85940ae94951b2b44d2f423cd40d authored over 4 years ago by Phil Pluckthun <[email protected]>
(fix) - Fix data persistence for embedded fields (#727)

github.com/urql-graphql/urql - 4b926d732554e288818be65d9acd156a62dc0545 authored over 4 years ago by Phil Plückthun <[email protected]>
Version Packages

github.com/urql-graphql/urql - 6bd5238faa268d8741ca5de48c69cc8737584dec authored over 4 years ago by Phil Pluckthun <[email protected]>
Bump @urql/core minor for the integrations (#726)

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

github.com/urql-graphql/urql - b4cbbcaa881818ab1569f9578ac9bfd08b07a600 authored over 4 years ago by Phil Pluckthun <[email protected]>
next-urql: Ensure ctx in clientOptions is available during all stages of SSR (#719)

github.com/urql-graphql/urql - 2db2cbd555dea33891d9515fadd5e150dd3d86c6 authored over 4 years ago by Parker Ziegler <[email protected]>
Add @urql/core/internal entrypoint for internal utilities (#722)

github.com/urql-graphql/urql - 12b2e61c2a75f9879af968b6441b91d0ef06e54a authored over 4 years ago by Phil Plückthun <[email protected]>
Add DebugEvent system to urql client for devtools and debugging (#608)

* Add event support to urql client

* Allow for weaker types

* Add type safety (opt-in)

* Disa...

github.com/urql-graphql/urql - e6e2fa9220da0241ab6bbabb7c4833b01d86eace authored over 4 years ago by Andy Richardson <[email protected]>
(fix) - Remove special character from persistence keys and sanitize (#715)

* Refactor key serialization for persistence

- Avoid illegal character \t which is often stripp...

github.com/urql-graphql/urql - e96175318d80114bd5d1eacad90f967a5d1e1a3a authored over 4 years ago by Phil Plückthun <[email protected]>
Fix stringifyVariables not stringifying toJSON values for scalars (#718)

* Fix stringifyVariables not stringifying toJSON values for scalars

Fix #717

* Update stringif...

github.com/urql-graphql/urql - 762a819a3b32c56ddc8955d0acc92ce1111ad4c9 authored over 4 years ago by Phil Plückthun <[email protected]>
correction doc (#716)

github.com/urql-graphql/urql - 77e582541f92b549146a48256a5e18431b22f551 authored over 4 years ago by vincent <[email protected]>
Change exchanges order: "retry" before "fetch" (#714)

github.com/urql-graphql/urql - 9ef44e87bbfd3a74ad233bdbe07d110a61175010 authored over 4 years ago by frederikhors <[email protected]>
fix docs advanced-server-side-rendering (#713)

github.com/urql-graphql/urql - 9be9b30652a08537f250c6ab3b36ca3592294da0 authored over 4 years ago by vincent <[email protected]>
Version Packages

github.com/urql-graphql/urql - 47372e2fd44550f9556354be9246db7a3115963f authored over 4 years ago by Phil Pluckthun <[email protected]>
Fix @urql/exchange-populate visitWithTypeInfo import (#709)

github.com/urql-graphql/urql - 8ef492d0dc0b9c035e5c602b9ece3f58b6776f0a authored over 4 years ago by Phil Plückthun <[email protected]>
Svelte: Update mutate to have an options argument for consistency (#705)

github.com/urql-graphql/urql - 7b0d18b560416877281d65e4083260df60a060f3 authored over 4 years ago by Phil Plückthun <[email protected]>