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/

add preact-urql

github.com/urql-graphql/urql - 1c12f4eedaf9eca8a0bfefcb373979a38236c200 authored almost 5 years ago by Jovi De Croock <[email protected]>
Add 'packages/preact-urql/' from commit '1927231262f9e6bd0b862fc518dd879302a1cde6'

git-subtree-dir: packages/preact-urql
git-subtree-mainline: 207e98197173ee51c8075115b85bd81a7445...

github.com/urql-graphql/urql - 38971d956d87f14244e2fb49386ff53866b67d71 authored almost 5 years ago by Jovi De Croock <[email protected]>
Migrate @urql/exchange-graphcache to monorepo

github.com/urql-graphql/urql - 207e98197173ee51c8075115b85bd81a7445f504 authored almost 5 years ago by Phil Pluckthun <[email protected]>
Add 'exchanges/graphcache/' from commit 'a374782ed831d9b2d46152a48b8b7feb1a66f785'

git-subtree-dir: exchanges/graphcache
git-subtree-mainline: 4cb35452a83989fec339ee17cfd4d7444d6f...

github.com/urql-graphql/urql - f66b77885362d8d544726429f9300250d62a2bb2 authored almost 5 years ago by Phil Pluckthun <[email protected]>
Add new tsconfig.json

github.com/urql-graphql/urql - 4cb35452a83989fec339ee17cfd4d7444d6fd7f2 authored almost 5 years ago by Phil Pluckthun <[email protected]>
Update package.json and config files

github.com/urql-graphql/urql - 92a05597433bc8c088fd323bb0f3fe983890cbe1 authored almost 5 years ago by Phil Pluckthun <[email protected]>
Move main package to packages/react-urql/

github.com/urql-graphql/urql - 67f855cabc4a0f4226a5e4fc229d75044ac645b1 authored almost 5 years ago by Phil Pluckthun <[email protected]>
Avoid effects in useBehaviourSubject in suspense-mode (#521)

github.com/urql-graphql/urql - 4abf9a6e0c23810154eadbb60341944a0f55a039 authored almost 5 years ago by Phil Plückthun <[email protected]>
Modify subscribe in useSource not to allow getCurrentValue in ef… (#523)

This stops us from creating temporary subscriptions when useSubscription
calls getCurrentValue ...

github.com/urql-graphql/urql - 3b459f14b6d6a6173baedfe5c15f24167bbde8c7 authored almost 5 years ago by Phil Plückthun <[email protected]>
fix analytics basename (#66)

github.com/urql-graphql/urql - 6da7397e7ed34ea8aaa3dd24fd0c2bfd09fba850 authored almost 5 years ago by boygirl <[email protected]>
use svg falcon badge (#68)

github.com/urql-graphql/urql - 40eda42c503f8142a7ba9090868171374358032e authored almost 5 years ago by boygirl <[email protected]>
Fix typo in error message (#11)

github.com/urql-graphql/urql - de27572844550920cf14523c7302b4ed4b0ff928 authored almost 5 years ago by Joern Bernhardt <[email protected]>
implement conversion for useHTTPGetForQueries (#519)

* implement conversion for useHTTPGetForQueries

* add tests

* correct tests

* assume qu...

github.com/urql-graphql/urql - 14a31ed85c343d19633767d4b6253cebf2ed51c0 authored almost 5 years ago by Jovi De Croock <[email protected]>
Refactor away SchemaPredicates class (#161)

* Refactor schemaPredicates to be pure functions

* Remove obsolete result field from write ct...

github.com/urql-graphql/urql - a374782ed831d9b2d46152a48b8b7feb1a66f785 authored almost 5 years ago by Phil Plückthun <[email protected]>
Upgrade dependencies

github.com/urql-graphql/urql - 748ab3ea98d4bac63bc373f181caec107088a855 authored almost 5 years ago by Phil Pluckthun <[email protected]>
Add client.readQuery (#518)

* Upgrade Jest dependencies

* Add client.readQuery

github.com/urql-graphql/urql - c1968c05f7edc775d6e20acb2755f37ee20342c4 authored almost 5 years ago by Phil Plückthun <[email protected]>
Trigger updates when optimistic updates don’t match the result (#160)

* add optimisticDependenciesByKey

* move to a more elegant solution

* refactor to merge th...

github.com/urql-graphql/urql - cd117690893fd162d31e8cdefd7f39f06254c66d authored almost 5 years ago by Jovi De Croock <[email protected]>
v6.4.1

github.com/urql-graphql/urql - 731544e484d0152bfb6c5d86dd91b7f3cc84cc9e authored almost 5 years ago by Phil Pluckthun <[email protected]>
6.4.0

github.com/urql-graphql/urql - 6a3debb5f5567c5655d8614bdd5b3666730901e4 authored almost 5 years ago by jovi De Croock <[email protected]>
Fix concurrent-mode edge cases using useSubscription (adds useSo… (#514)

* Replace react-wonka with use-subscription

* Add initial useSource implementation based on u...

github.com/urql-graphql/urql - b88b4e78bba942b4443985c909aa508aea0b9ef2 authored almost 5 years ago by Phil Plückthun <[email protected]>
Fix typo (#158)

github.com/urql-graphql/urql - 48dfa74b87d548d914d1a3f899934081e98a3ea0 authored almost 5 years ago by Jovi De Croock <[email protected]>
Include prepare:extras in build step for pika (#157)

* include prepare:extras in build step for pika

* move the prepare-script to postBuild instea...

github.com/urql-graphql/urql - efe424dba8db21f875527668265d3405ae57620b authored almost 5 years ago by Jovi De Croock <[email protected]>
ensure we do not add previous results when adding parameters, in this case connectionArgs had less parameters than our fieldArgs resulting in erroneous data (#156)

github.com/urql-graphql/urql - 0a7b19604ed734a9aa2d3eeb4bb8834db96ca26f authored almost 5 years ago by Jovi De Croock <[email protected]>
move to new travis location

github.com/urql-graphql/urql - 1927231262f9e6bd0b862fc518dd879302a1cde6 authored almost 5 years ago by Jovi De Croock <[email protected]>
Fix error serializer/rehydrator in ssrExchange (#515)

Fix #508

In all error cases the ssrExchange would be generated
while assuming that networkEr...

github.com/urql-graphql/urql - 410cc39af64614ffad8cc08994a1d9c2fb5559d1 authored almost 5 years ago by Phil Plückthun <[email protected]>
Update file exchange example to work with wonka v4 (#509)

github.com/urql-graphql/urql - 011e222a84b66f2cc0808de481a75311f945e125 authored almost 5 years ago by Lukas Lücke <[email protected]>
implement suscription

github.com/urql-graphql/urql - faa2418fbd96eb799c1e94c7292655ced1fedbe5 authored almost 5 years ago by jdecroock <[email protected]>
implement query (todo: pause)

github.com/urql-graphql/urql - d0777a2f4eb0da64af924d2483bfb1ca2338e3e2 authored almost 5 years ago by jdecroock <[email protected]>
refactor observe

github.com/urql-graphql/urql - 42d2f19bdd2cd2987f8bfdc5c07a6070c0efc72e authored almost 5 years ago by jdecroock <[email protected]>
move constants

github.com/urql-graphql/urql - 48cb9bc9e5215ec1cd19528ebc367b0b035bc3bc authored almost 5 years ago by jdecroock <[email protected]>
setup example query

github.com/urql-graphql/urql - 678e066dc3c4ee5daf130da13281f2ed2e9b1ef0 authored almost 5 years ago by jdecroock <[email protected]>
add scripts and dependencies

github.com/urql-graphql/urql - cfcded03edf9e589e9655ccd7dd98054429ad5ae authored almost 5 years ago by jdecroock <[email protected]>
warn when creating a client without url (#512)

* warn when creating a client without url

* convert to throwing an error

github.com/urql-graphql/urql - 4c75bf7e7b7af660e893bba96af7358815731043 authored almost 5 years ago by Jovi De Croock <[email protected]>
Fix a link in README (#511)

github.com/urql-graphql/urql - cd8ea77b3d92bb10c84d7c3c301841861e245d7c authored almost 5 years ago by Ivan Kleshnin <[email protected]>
Fix link to docs page (#510)

github.com/urql-graphql/urql - ffd52018a21696a483dd9d8ccaaf90cb1ff55c65 authored almost 5 years ago by Lukas Lücke <[email protected]>
v1.8.2

github.com/urql-graphql/urql - d8ab31cabcea38ee3b0db9deff03927ffa0a6e91 authored almost 5 years ago by Phil Pluckthun <[email protected]>
Update CHANGELOG for 1.8.2

github.com/urql-graphql/urql - 12b1080aa89e0fe271ce8d6ec3f6ed4f585b5891 authored almost 5 years ago by Phil Pluckthun <[email protected]>
Fix synchronous suspense cases on client-side (#506)

* Add simplified toSuspenseSource implementation

* Upgrade to wonka@^4.0.7 and react-wonka@^2...

github.com/urql-graphql/urql - 46611abeaee4e769f3586ae95d7885934aaaddbd authored almost 5 years ago by Phil Plückthun <[email protected]>
use svelte observe

github.com/urql-graphql/urql - 9fe41a5e7dc76836225ebe2e2d5bea8d42c8ec44 authored almost 5 years ago by jdecroock <[email protected]>
convert to useCallback this reduces the function allocations by 1 for each useQuery/useSubscription (#504)

github.com/urql-graphql/urql - 2fb68ee1b5a25ce6c5a6de6748805db8c9385804 authored almost 5 years ago by Jovi De Croock <[email protected]>
add subscription and query code

github.com/urql-graphql/urql - 0083f04f3798ac04206d018be8760b99f9d42c17 authored almost 5 years ago by jdecroock <[email protected]>
prepare for query

github.com/urql-graphql/urql - fa576f46ffdaa62b2ca29157a2069423572775c1 authored almost 5 years ago by jdecroock <[email protected]>
working example for mutations

github.com/urql-graphql/urql - ee9be43e514ddbe859b729a3e17522198cda9c45 authored almost 5 years ago by jdecroock <[email protected]>
start on query

github.com/urql-graphql/urql - 091695b0903c366e960ce7c5e5905b790b251dbc authored almost 5 years ago by jdecroock <[email protected]>
add test for mutate

github.com/urql-graphql/urql - 2d66bf2f0a70ad53c0ca4114e5d6a99a5f81e762 authored almost 5 years ago by jdecroock <[email protected]>
export createClient

github.com/urql-graphql/urql - 6bda33985d78375473b17c5fc07d52e2c320470b authored almost 5 years ago by jdecroock <[email protected]>
clean up folder structure and code

github.com/urql-graphql/urql - f82a5f97bcfd8e8502c49f48cc92e9a121c7a90a authored almost 5 years ago by jdecroock <[email protected]>
Update Subscription.test.tsx

github.com/urql-graphql/urql - 3e1722bb39fb406a2912e5512a4c2b635868a906 authored almost 5 years ago by Jovi De Croock <[email protected]>
add version badge

github.com/urql-graphql/urql - 54559e0438e17dababafb1bf6d266897d85bfd94 authored almost 5 years ago by Jovi De Croock <[email protected]>
1.1.0

github.com/urql-graphql/urql - c8f456989694c89483a034b447a99384679a6ec1 authored almost 5 years ago by Jovi De Croock <[email protected]>
Merge branch 'master' of github.com:JoviDeCroock/urql-preact

github.com/urql-graphql/urql - a78deb98f8368fd815c51d16f48592a0b1953ea1 authored almost 5 years ago by Jovi De Croock <[email protected]>
update wonka and urql

github.com/urql-graphql/urql - 18dacaca10303f34f9624e3a49b5c223f2a158b9 authored almost 5 years ago by Jovi De Croock <[email protected]>
cleanup and try testing

github.com/urql-graphql/urql - 562ca7540563388434db0ff0e79e612e6a2612be authored almost 5 years ago by Jovi De Croock <[email protected]>
initial setup

github.com/urql-graphql/urql - 95e4f7b34ac608775a9ac7385d0002e61dc58f22 authored almost 5 years ago by Jovi De Croock <[email protected]>
Initial commit

github.com/urql-graphql/urql - e646f196940eb6329ebd2076e0b6039e263e2267 authored almost 5 years ago by Jovi De Croock <[email protected]>
Create FUNDING.yml

github.com/urql-graphql/urql - bd46a1c154c3fcd3cc4f81398bdaab3c86882b30 authored almost 5 years ago by Jovi De Croock <[email protected]>
v1.8.1

github.com/urql-graphql/urql - e06098d1f3bfd87ac5f1b115c0ecf99b8bc3ec38 authored almost 5 years ago by Phil Pluckthun <[email protected]>
Update CHANGELOG for 1.8.1

github.com/urql-graphql/urql - d54b09089638e2046dbb97182cb871083b9aba39 authored almost 5 years ago by Phil Pluckthun <[email protected]>
Fix cascading cancellations from components (#503)

* Fix cascading cancellations from components

wonka@^4.0.0 has some improved behaviour that f...

github.com/urql-graphql/urql - 21ed77345fab1eebbc645dc0c0f765494c4604e8 authored almost 5 years ago by Phil Plückthun <[email protected]>
v2.1.0

github.com/urql-graphql/urql - 136f210eadca4eddb6fca198ac8b411606593b88 authored almost 5 years ago by Phil Pluckthun <[email protected]>
Update CHANGELOG for 2.1.0

github.com/urql-graphql/urql - 605adbabd020030ef99eab93ed059c0de47a5dd3 authored almost 5 years ago by Phil Pluckthun <[email protected]>
Update CHANGELOG for 2.0.1

github.com/urql-graphql/urql - 9b32eb64db44a229804a1d249f730941078be946 authored almost 5 years ago by Phil Pluckthun <[email protected]>
v1.8.0

github.com/urql-graphql/urql - c3804485a3d4f043c30966d414945371f418436b authored almost 5 years ago by Phil Pluckthun <[email protected]>
Update CHANGELOG for 1.8.0

github.com/urql-graphql/urql - 10b899b5c10e6c99db437c56d3ccdd519f6ac8d7 authored almost 5 years ago by Phil Pluckthun <[email protected]>
Bump dependencies (#500)

* Upgrade devDependencies

* Fix new lint error (@typescript-eslint/no-empty-function)

github.com/urql-graphql/urql - 2c8c3b1a66d7523eb36da208c15f138706a86c2d authored almost 5 years ago by Phil Plückthun <[email protected]>
Upgrade to Wonka@^4.0.0 and adjust dependency range (#153)

* Upgrade Wonka and adjust range

* Upgrade tests to wonka@^4.0.0

github.com/urql-graphql/urql - bab0634f7174cf64ffbb91cd5a7560d73891407e authored almost 5 years ago by Phil Plückthun <[email protected]>
Add react-wonka (#499)

* add react-wonka

* upgrade wonka

* remove scheduler peerdep

* add lockfile

github.com/urql-graphql/urql - e7227c29ed3a9dcf87234d6547b99dada675b4a1 authored almost 5 years ago by Jovi De Croock <[email protected]>
golf some bytes -47B (#498)

github.com/urql-graphql/urql - 625c2aacfa39f07daf608bced44ac3c3afd330c9 authored almost 5 years ago by Jovi De Croock <[email protected]>
Upgrade to Wonka v4 (#495)

* Upgrade to [email protected]

* Fix pollInterval test timing

* Migrate to new Wonka 4 API ...

github.com/urql-graphql/urql - fb070cba2170c89f39baac757a694da92447ddce authored almost 5 years ago by Phil Plückthun <[email protected]>
Support concurrent mode (#496)

* test concurrent

* add test file

* use correct react-wonka

* testing more concurrent
...

github.com/urql-graphql/urql - 6a35cffbd358d1b155376f99b1e1f68ef4f29786 authored almost 5 years ago by Jovi De Croock <[email protected]>
npm got confused so here is 1.0.1... :tada:

github.com/urql-graphql/urql - 805be4b6264ddc8f71b10d4e5761bc79881e308d authored almost 5 years ago by Jovi De Croock <[email protected]>
1.0.0 release

github.com/urql-graphql/urql - df966003774c0bd85cb4eb0a0f6e5cf60b97de6c authored almost 5 years ago by Jovi De Croock <[email protected]>
Fix: Duplicate fragments in populated documents (#151)

* Inline snapshots for readability

* Add failing test case

* Skip required user fragments ...

github.com/urql-graphql/urql - 3e9614dfda67595fe0e6b553498acb853a7dcbc2 authored almost 5 years ago by Imran Sulemanji <[email protected]>
Update issue templates

github.com/urql-graphql/urql - cce9103ff86187638b8c45ea65baa7bbd208c622 authored almost 5 years ago by Jovi De Croock <[email protected]>
Fix #unwrapType by recursively unwrapping to find root scalar or… (#150)

github.com/urql-graphql/urql - 14cea7d8dace126345e501425b0b0c06ea7936f0 authored almost 5 years ago by Imran Sulemanji <[email protected]>
Add preact-urql to our ecosystem (#494)

github.com/urql-graphql/urql - 8624ff9ba8824eba1e09453f2257274f32b12903 authored almost 5 years ago by Jovi De Croock <[email protected]>
update travis url

github.com/urql-graphql/urql - 1efd0985a9d7c036d495f26c962ca37bb41de84b authored almost 5 years ago by Jovi De Croock <[email protected]>
save 20 more bytes

github.com/urql-graphql/urql - 9f5f6d4440cf981863d3533eb87a2c6bae79aac5 authored almost 5 years ago by Jovi De Croock <[email protected]>
Merge branch 'master' of github.com:JoviDeCroock/urql-preact

github.com/urql-graphql/urql - cecf8ed7944732b688db2a59ee7967951f9338b2 authored almost 5 years ago by Jovi De Croock <[email protected]>
cut some bytes -85 minzipped bytes

github.com/urql-graphql/urql - 1f4fe396b7ff7b45c3c218921ec03539d9f4fe40 authored almost 5 years ago by Jovi De Croock <[email protected]>
add bundlephobia label

github.com/urql-graphql/urql - 7dc4609d5f73c00372cc4e0e76aae6df6bc82409 authored almost 5 years ago by Jovi De Croock <[email protected]>
update import path

github.com/urql-graphql/urql - 88538836b1a5df3ac46a2ede132c73e773ed9995 authored almost 5 years ago by Jovi De Croock <[email protected]>
Update package.json

github.com/urql-graphql/urql - 610556f9432d0339179efe46fc22b7187989bfb7 authored almost 5 years ago by Jovi De Croock <[email protected]>
Update README.md

github.com/urql-graphql/urql - bf0df04ee60f7984888229d3de4247e65b8798af authored almost 5 years ago by Jovi De Croock <[email protected]>
Merge pull request #1 from JoviDeCroock/publish-ready

Prepare for release

github.com/urql-graphql/urql - 3169a51bf38734fd32e78d46ee1f559f3e6d86d5 authored almost 5 years ago by Jovi De Croock <[email protected]>
complete example

github.com/urql-graphql/urql - 17d3e3d2ef7f3a83cc8b8ac6dcefc795ac3986c8 authored almost 5 years ago by Jovi De Croock <[email protected]>
remove wrong syntax

github.com/urql-graphql/urql - 8ef767853ed4a35e82754bdac31012c38bce2920 authored almost 5 years ago by Jovi De Croock <[email protected]>
start preparing examples

github.com/urql-graphql/urql - 2e7cc5bf78b3f6973600c5ee7dc463fce6557b2e authored almost 5 years ago by Jovi De Croock <[email protected]>
increase coverage by testing the Components

github.com/urql-graphql/urql - fae910c63dd3570517f8bf078dc1653704f03800 authored almost 5 years ago by Jovi De Croock <[email protected]>
remove react specific linting

github.com/urql-graphql/urql - 3e2250406f328644f0b6c474ff6805c37914c0eb authored almost 5 years ago by Jovi De Croock <[email protected]>
add useImmedaite tests

github.com/urql-graphql/urql - 4784fb2584f6e7a75ac8ec789de0dfe7ed457ffe authored almost 5 years ago by Jovi De Croock <[email protected]>
useImmediateHooks

github.com/urql-graphql/urql - 341b70006dcd6aa0012fd4b4f7ac150ed2d226fb authored almost 5 years ago by Jovi De Croock <[email protected]>
prepare readme

github.com/urql-graphql/urql - 0063e6327a3210e3bdf2aff16aacfae6a6e5f47f authored almost 5 years ago by Jovi De Croock <[email protected]>
prepare pkg.json

github.com/urql-graphql/urql - 5b386563064ce4c55acd4fc9c3d1afa3ad265a6d authored almost 5 years ago by Jovi De Croock <[email protected]>
add filesize reporting

github.com/urql-graphql/urql - d79f7a68effd6bdbdcf4e1cb9fc282a8404fc507 authored almost 5 years ago by Jovi De Croock <[email protected]>
don't typecheck in travis

github.com/urql-graphql/urql - 750d28062d7570d01d7edbce60e2967af56443dd authored almost 5 years ago by Jovi De Croock <[email protected]>
update travis config

github.com/urql-graphql/urql - 471abc16fe160bf7ce9d28fa5294799c79dacbff authored almost 5 years ago by Jovi De Croock <[email protected]>
rename repo

github.com/urql-graphql/urql - 107541ee9787a7a0e4ace5c1376cb1de6360dd47 authored almost 5 years ago by Jovi De Croock <[email protected]>
save some bytes

github.com/urql-graphql/urql - 547396bd4487e82794e5487591045efe74ca75a4 authored almost 5 years ago by Jovi De Croock <[email protected]>
remove duplicate code

github.com/urql-graphql/urql - 00f3910d9f29bda3ceb3c7dcfc332b09a9685965 authored almost 5 years ago by Jovi De Croock <[email protected]>