Ecosyste.ms: OpenCollective

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

github.com/urql-graphql/urql

The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
https://github.com/urql-graphql/urql

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

* Allow to skip resolvers when reading from cache

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

d1e186a4f02c68dd005240f8ae5ef268e39f5b0d authored over 4 years ago
(graphcache) - Implement offlineExchange (#793)

* Implement initial offlineExchange

* Add storage extension for writing/reading metadata

*...

a5f711acda99293dc9fa8c5c43467558a0828022 authored over 4 years ago
(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...

5679657d619dca4b99b0805229b9181d8722ae86 authored over 4 years ago
(next-urql) - getStaticProps & getServerProps (#797)

* support serverProps by making withUrql.getInitialProps optional

* add suggested approach

...

640c4f49c6f181255744813be29db61e9f374713 authored over 4 years ago
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....

d99ad062d4ec699088c3d0a5baea77799a9fb49c authored over 4 years ago
Fix frontmatter data for production docs site

e628872acabf90c9dce62fc4570fdf239c0545a1 authored over 4 years ago
(chore) - Upgrade to wonka@^4.0.14 (#842)

* Upgrade all packages to [email protected]

* Add Changeset

d21ff038aa9b9470c2cafbb9ab8c8181b45befdb authored over 4 years ago
(graphcache) - Remove deprecated Grapcache APIs (#840)

* Remove the populateExchange export from Graphcache

* Remove deprecated cache.invalidateQuer...

624fce005f4b30e68c0f5c01a20de60327d8798c authored over 4 years ago
(graphcache) - Implement opportunities to reduce bundlesize on Graphcache (#841)

* Simplify SelectionIterator

Performance remains unaffected

* Hoist production checks for ...

eb604b80b0a10146d37cd484b9cc578ed33a5eba authored over 4 years ago
(chore) Upgrade dependencies (#839)

* Upgrade build-related dependencies

* Upgrade typescript to 3.9.3

* Upgrade dependencies

* U...

51d469e2e7e9164cdaa41058893769e64c5b9ad5 authored over 4 years ago
(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...

f12b477ec89234b9b17ffef4bcbcc886b265b55c authored over 4 years ago
(core) - Expose client.subscription shortcut method (#838)

* Export client.subscription shortcut

* Update packages/core/src/client.ts

* Update docs/a...

98b6edc2b806c7557d10f93b982bae3d1fd3c336 authored over 4 years ago
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...

0a399aeae05ba6d926673c749033ca246032f151 authored over 4 years ago
(next-urql) - streamline client creation (#816)

* write out proposal for breaking the current next-api

* refactor the non-func implementation...

86a8343634682080e904164f53e301d7f4a0ce4f authored over 4 years ago
(docs) - Fix errors page links (#828)

* fix docs

* remove anchors

* test with anchors above the links in markdown

* remove an...

a364e2f1a947ddb6b6ff3881e3d4e07ae7653edd authored over 4 years ago
Add changelog for #820

6044b536dbd295a9e2cdf3b98efcca885348ec39 authored over 4 years ago
fix syntax issue in document-caching.md (#823)

363597b5cb936ba3d631c338e4a260289936c4a0 authored over 4 years ago
810: Graphcache warnings for `opts.keys` (#820)

* Graphcache: Add tests for error checking in schemaPredicates.

* Graphcache: console.warn() ...

aa85ba0bb18982c4cfdb64d416a268898f8d1a76 authored over 4 years ago
Put GraphCache errors documentation on website (#817)

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

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

5295e33e6d17016912e12f70acd79ac4a51b3a95 authored over 4 years ago
Fixed example link (#814)

b53a7251904c910168d20414618a7b5b680f5499 authored over 4 years ago
(chore) - Fix up react-urql examples (#808)

* Fix/document react-urql examples.

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

53d775f39aa156bfcc2fc31de2e7be6d7d5662d6 authored over 4 years ago
Version Packages

ecb58bfdd97ed660a2dd248fd51e44c07b7350b5 authored over 4 years ago
(next-urql) - bump react-ssr-prepass (#809)

* bump next-urql

* dedupe yarn.lock

4bc6821e563818af35691e278b32a2da1784f459 authored over 4 years ago
(persisted-fetch) - support persisted get (#804)

* transform to exchange factory

* add changeset

* apply PR comments

* apply POST for pe...

aec38fcba2d30aeb8bcc393e679279d15a5c1f2b authored over 4 years ago
(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...

b118c2ca0d7ec05b9d968e50b82db0ce0a0cc984 authored over 4 years ago
Add operationName to GET queries (#798)

* Add operationName to GET queries

* changeset

fbebee723499612bc0ca97b7b7e5f597c171b448 authored over 4 years ago
Version Packages

ec9b8cf77bfb113c54fac11167e6e70316685a84 authored over 4 years ago
Add executeExchange for using an executable schema (#474)

* initial

* optimize andadd tests

* Update src/exchanges/execute.ts

* Remove unused var...

be2c8da290d43fcddd19134ed643f27bf45e2a69 authored over 4 years ago
(suspense) - Fix suspenseExchange affecting subscriptions and add deprecation note (#789)

* Fix suspenseExchange being applied to subscriptions

Subscription Operations are never subje...

bde241f911a0109abd86b3ecb9e717dfb8243890 authored over 4 years ago
Add favicon and corresponding manifest (#791)

3f46ae8b566f5a5a3e1e0413e7dad89b92325970 authored over 4 years ago
Fix incorrect Wonka typings

8509115878ad6aad561dc78906b5aaacba244b67 authored almost 5 years ago
Upgrade to [email protected]

6716ae6dd2e630a4da6632f2092e2c42ca4ce04d authored almost 5 years ago
(chore) - Add issue template for RFCs (#786)

f2edc13a583e916fbd24152e60f7c2035de5a393 authored almost 5 years ago
Fix example not working without a page reload on first open. (#785)

c2eb3cba0a2e063519de0c953fe1cdaab4fe1030 authored almost 5 years ago
Delete duplicate file. (#784)

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

9814992409330a43367b352af9429d6f08e32adf authored almost 5 years ago
Version Packages

afe4d951a635bfd48b0af6ae67f522d636b441ed authored almost 5 years ago
Update yarn.lock

095ca9dd7ff780553eedf71daf71acbb702c322b authored almost 5 years ago
(debug) - add sources to our debugevents (#780)

* add source names to our dispatchDebug calls

* add guards

* add changeset

* fix debuge...

5f27d469d31f5d8419d358f7a871ea6ebd66eaa8 authored almost 5 years ago
(graphcache) - Fix unkeyable warnings for introspection results (#779)

45a74cd1925b047d3da56de528ec25fe1dd1fa45 authored almost 5 years ago
Fix broken Debugging link

a39b7adcefdfb4f67bb0693a47188ced439c646f authored almost 5 years ago
Version Packages

6f411610c58bf69361b96ad291526adda603357e authored almost 5 years ago
(docs) - Restructure Debugging document (#769)

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

78f15d02bbf7f2e63d752d0e5080c0f0d8e30428 authored almost 5 years ago
(chore) - Upgrade dependencies (#774)

20e69a09d2effdc800795acf50a7bdeab6b665cb authored almost 5 years ago
(docs) - graphcache gotcha's (#755)

* document some gotchas with graphcache

* change phrasing

* alter wording

* Update docs/graph...

99b126a02bec38b6667a581c61f33a9678cf9dfc authored almost 5 years ago
(graphache) - Fix query traversal for previous null fields (#772)

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

395ae73dbd5b4ee6e1718843a43a65b54f1fc1d7 authored almost 5 years ago
Add build command to example (#773)

aff5cd074fa6f76156ce19ebe314228a469ff984 authored almost 5 years ago
Fix missing package.json entry in exports field (#771)

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

3fe30c563c3e9ccdee43a938d5688622effef476 authored almost 5 years ago
(docs) - Badge tweaks (#760)

* Use badgegen badges

* Add docs link

* Visit docs alt

* Remove license badge

* Update READM...

7c98afc0d21a282236100a36ca4698d24cc86c8d authored almost 5 years ago
(docs) - Debugging Documentation (#749)

* Initial write up

* Tweak order

* Remove unnecessary caption

* Change wording

* Remove unus...

46d8b3b9cdc9c91dc5af2441d70c952ea60c3f3c authored almost 5 years ago
Version Packages

f1997acb5835a5ca187ac9f524e9808ae1fade6a authored almost 5 years ago
(docs) - Fix heading anchor links (#767)

3df0c5f05bff44a23bd31fd0da944842cdd4785f authored almost 5 years ago
(persisted-fetch) - Fix hash not being sent after Not Found error (#766)

* Fix persisted query miss not sending SHA256 hash

* Add changeset

d2c78bfa6f4eb495ec22f720a1adc3daee6dc556 authored almost 5 years ago
(docs) - Compress Urql logo (#761)

7f71139113de019060ae6cfc4b9f04a1a9ef7ee2 authored almost 5 years ago
(docs) - Language/spelling cleanup (#763)

9c8f69b832b423df12b8f07338de76127be4dcd6 authored almost 5 years ago
Version Packages

789a134db7bafae4ef5410ff15a9c45a35f51297 authored almost 5 years ago
(graphcache) - Clean error stacks (#751)

6d39091aaa687b61a0e8bacb0c105ee87c9f2c9a authored almost 5 years ago
(docs) - Update landing page (#742)

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

160cd03c5fdd31c3717d416c7f816e7349e37216 authored almost 5 years ago
(svelte) - Promise mutation result (#758)

944e8a2308a26ac79af7a8ce4bc20a5d4e76ecf2 authored almost 5 years ago
Update urql devtools to 'latest' (#759)

670a3428f8173fbea47214866418cd47b7273cc4 authored almost 5 years ago
Fix typescript link in docs/concepts/stream-patterns.md at line 57 (#757)

698e1929918dd32dbc134558c4a20ee4d8fe1156 authored almost 5 years ago
Misprint (#753)

3a3e57dda886bb7465f282f7c76930546dbb6b75 authored almost 5 years ago
Misprint, I think. (#752)

b82b44001751ba18bce7251e2d50f3ccce60f1e2 authored almost 5 years ago
(graphcache) - Implement RFC for optimistic behavior enhancements (#750)

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

6871e9b902a8eb22d6334ee3fd28d6cf338efc05 authored almost 5 years ago
(graphcache) - Shift mutation results to top layer (#745)

e02392ab2b2b8e29d30b5f3752db9e4a5e7f95df authored almost 5 years ago
Fix a typo in docs (#746)

b3c745dc0d9f1e1b2330615faf92467ea3aa8efe authored almost 5 years ago
make prepare script work on windows (#743)

* make prepare script work on windows

* .

* .

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

7e222775495fc575aa5465d0f37724ed122bdaf9 authored almost 5 years ago
(docs) - common questions (#673)

* start common-questions chapter

* add explanation

* update orders

3bfaa2ac830ea3f0ec37aa815fccfed66528c9db authored almost 5 years ago
Version Packages

ec04a72a4d2eefbe6ae19cc154e5885b62645c0a authored almost 5 years ago
Fix persistedFetchExchange import and add debug messages (#741)

* Fix import of non-ESM module js-sha256

* Add dispatchDebug devtools messages to persistedFetc...

bae5f156722f725f4eb080d3dd95d9a578e64bca authored almost 5 years ago
Fix empty import cleanup script and move it to Rollup (#740)

47e9e3844bf17805d9b010fd918c133b780db2c7 authored almost 5 years ago
Add @urql/exchange-persisted-fetch exchange package (#739)

b8a7548e9b66f5028d30137e872088b8911bd6aa authored almost 5 years ago
Add workaround for minification quirk in Metro Bundler (#737)

67db16415e6e787ee113286258c51d473008129c authored almost 5 years ago
(docs) - quick-start (#665)

* add quick-start document

* use the suggested intro

* Update docs/overview.md

Co-Autho...

25f6fb099f4f9d99c7e2df7ebe4670a05cc63b8c authored almost 5 years ago
add script to remove empty imports/requires (#735)

* add script to remove empty imports/requires

* add changeset

* remove the minified entrie...

dacf49a077001d91d1eb8cae18ed2cb0ac69313e authored almost 5 years ago
Version Packages

e6997f430cfa324bfed6f2566ad9ae63c5667e3c authored almost 5 years ago
Fix nested package.json generation in Rollup config (#734)

8d99559b9c028e995c2a936a74727bfc4f27ac69 authored almost 5 years ago
Version Packages

7cf15a46d0d25d18d5a855ea545155450b941e59 authored almost 5 years ago
Add missing exports entry to sub-folders

86ff24fad6551f74d74ca87a6c4bfc5ca88bee99 authored almost 5 years ago
Version Packages

8fd402a05cc20880f02f1e4b914bfff58c918057 authored almost 5 years ago
(fix) - Fix internal and graphcache/extras main path (#733)

78629bfd73d4d3d3af5160424e1a294de231a795 authored almost 5 years ago
Commit missing exchanges/graphcache/extras

0d8591169936031f75df892ecd9632bfcf6bb405 authored almost 5 years ago
Version Packages

f7e6b50a929a79f8d86bdc900151040b053faad2 authored almost 5 years ago
include /internal for core (#731)

27e0aea2ec38518c818a0cb2880e32f5c8b1dc01 authored almost 5 years ago
(docs) - gatsby logo (#729)

* add the gatsby logo to our showcase

* run logo through pngquant

7301d3af1ab33f5630ef8676814d8a9bf6849e44 authored almost 5 years ago
Version Packages

ae1a205db82a85940ae94951b2b44d2f423cd40d authored almost 5 years ago
(fix) - Fix data persistence for embedded fields (#727)

4b926d732554e288818be65d9acd156a62dc0545 authored almost 5 years ago
Version Packages

6bd5238faa268d8741ca5de48c69cc8737584dec authored almost 5 years ago
Bump @urql/core minor for the integrations (#726)

6469ffe0f8837155928c588543f440033b935056 authored almost 5 years ago
Version Packages

b4cbbcaa881818ab1569f9578ac9bfd08b07a600 authored almost 5 years ago
next-urql: Ensure ctx in clientOptions is available during all stages of SSR (#719)

2db2cbd555dea33891d9515fadd5e150dd3d86c6 authored almost 5 years ago
Add @urql/core/internal entrypoint for internal utilities (#722)

12b2e61c2a75f9879af968b6441b91d0ef06e54a authored almost 5 years ago
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...

e6e2fa9220da0241ab6bbabb7c4833b01d86eace authored almost 5 years ago
(fix) - Remove special character from persistence keys and sanitize (#715)

* Refactor key serialization for persistence

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

e96175318d80114bd5d1eacad90f967a5d1e1a3a authored almost 5 years ago
Fix stringifyVariables not stringifying toJSON values for scalars (#718)

* Fix stringifyVariables not stringifying toJSON values for scalars

Fix #717

* Update stringif...

762a819a3b32c56ddc8955d0acc92ce1111ad4c9 authored almost 5 years ago
correction doc (#716)

77e582541f92b549146a48256a5e18431b22f551 authored almost 5 years ago
Change exchanges order: "retry" before "fetch" (#714)

9ef44e87bbfd3a74ad233bdbe07d110a61175010 authored almost 5 years ago
fix docs advanced-server-side-rendering (#713)

9be9b30652a08537f250c6ab3b36ca3592294da0 authored almost 5 years ago
Version Packages

47372e2fd44550f9556354be9246db7a3115963f authored almost 5 years ago
Fix @urql/exchange-populate visitWithTypeInfo import (#709)

8ef492d0dc0b9c035e5c602b9ece3f58b6776f0a authored almost 5 years ago
Svelte: Update mutate to have an options argument for consistency (#705)

7b0d18b560416877281d65e4083260df60a060f3 authored almost 5 years ago