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/

Replace useImmediate* hooks with react-wonka (#447)

* Add react-wonka

* Rewrite useQuery using react-wonka's useSubjectValue

* Rewrite useSubscrip...

github.com/urql-graphql/urql - 09af6341a6f6fa7be4745b66772ba5c7d562456c authored about 5 years ago by Phil Plückthun <[email protected]>
Add traversal stack to all errors and warnings (#107)

* Replace warning with imperative warn

We're almost always doing warning(false, ...)
so it's no...

github.com/urql-graphql/urql - cb044d2a77b8883f9bb78be4d94f6bd930f5c03f authored about 5 years ago by Phil Plückthun <[email protected]>
add delete and add todo to example 1 (#443)

* add delete and add todot to example 1

* add missing deps to hook

github.com/urql-graphql/urql - d327e3d38c96d3928f60e4574a550463415145b1 authored about 5 years ago by Jaga Santagostino <[email protected]>
(docs) - fix file upload exchange example (#441)

add missing "variables." prefix to path map entries

github.com/urql-graphql/urql - deb2d479a4474aec1055c2b4eac90b2090ae7c1d authored about 5 years ago by Lukas Lücke <[email protected]>
remove imported and unused code in example 1 (#442)

github.com/urql-graphql/urql - 9963bbbf261e9c765743ca08302ba3ebb33c1e46 authored about 5 years ago by Jaga Santagostino <[email protected]>
(fix) - resolve issues with next example (#434)

* (fix) - resolve issues with next example

* (chore) - test it in our nextjs example

* (ch...

github.com/urql-graphql/urql - 8e4ff762137d5e1ff2c94ee9570a803162c78e32 authored about 5 years ago by Jovi De Croock <[email protected]>
(docs) - relayPagination (#105)

* (docs) - elaborate on relayPagination in resolvers

* (docs) - add note about mergeMode

*...

github.com/urql-graphql/urql - ef12616203976ef58d811bfb42bb6b5a146647dc authored about 5 years ago by Jovi De Croock <[email protected]>
v1.0.3

github.com/urql-graphql/urql - abde40f6256c6fbc50a52a357c8d7415f441fc5f authored about 5 years ago by Phil Pluckthun <[email protected]>
Update CHANGELOG for 1.0.3

github.com/urql-graphql/urql - cb8a55a11dc43ce58e5375d6fa2def9cd0f2b8cd authored about 5 years ago by Phil Pluckthun <[email protected]>
Add separation by field arguments in relayPagination (#104)

* Default to Object.create(null) args in query/write

* Differentiate pages in relayPagination...

github.com/urql-graphql/urql - 4e3748dd640a9ee0ae8663091ed5af666c87b674 authored about 5 years ago by Phil Plückthun <[email protected]>
v1.0.2

github.com/urql-graphql/urql - 00cb40b5b6605d43fa72b77a7548a652235e53ec authored about 5 years ago by Phil Pluckthun <[email protected]>
Update CHANGELOG for 1.0.2

github.com/urql-graphql/urql - 5a24c15e7886db7d95df508ee1bc39c73e6d958b authored about 5 years ago by Phil Pluckthun <[email protected]>
Fix duplicate connections and early bail-out in Relay helper (#103)

* Fix connections being duplicated over time

* Fix early hasCurrentPage check

* Fix typo i...

github.com/urql-graphql/urql - c3ff0f0d70f89963b99e4de591590fb31fe9f832 authored about 5 years ago by Phil Plückthun <[email protected]>
v1.0.1

github.com/urql-graphql/urql - 39030932d262b5405cde580304fc6a039d0e532f authored about 5 years ago by Jovi De Croock <[email protected]>
(chore) - update changelog for v1.0.1 release

github.com/urql-graphql/urql - 2239b38749ac4d56ffb773f9c67d14662cf0820f authored about 5 years ago by Jovi De Croock <[email protected]>
Add special case for first+last during inwards merge (#102)

github.com/urql-graphql/urql - 9ffb9b6303075d5153ae969ae1dcdae79bdefcf9 authored about 5 years ago by Phil Plückthun <[email protected]>
(chore) - allow for invariant warnings in prod without error str… (#100)

* (chore) - allow for invariant warnigns in prodution but without error message string

* Add ...

github.com/urql-graphql/urql - ef6783b13e1d9c31cf08eb95571d9c80c4dec82b authored about 5 years ago by Jovi De Croock <[email protected]>
Fix relayPagination helper to serve correct partial results (#101)

* Refactor relayPagination to not check entityKey

* Add additional partial logic to relayPagi...

github.com/urql-graphql/urql - acc0b96cbcfd71df0ae3dc4ad520888bf8ba56c3 authored about 5 years ago by Phil Plückthun <[email protected]>
Add help and error code to all invariant/warning calls (#99)

* Replace invariant/tiny-invariant

* Replace invariant with custom implementation

* Add tr...

github.com/urql-graphql/urql - aafce3e6eb0752fe636adf273ef7d1fa12d5b1fe authored about 5 years ago by Phil Plückthun <[email protected]>
(refactor) - trim size (#96)

* (refactor) - inline getRequestPolicy -6B

* (refactor) - inline some functions and remove re...

github.com/urql-graphql/urql - b9f1b277c73f44a5aee4b3e413335419baa74839 authored about 5 years ago by Jovi De Croock <[email protected]>
(chore) - include package.json for extras in publishes (#97)

github.com/urql-graphql/urql - f717b1f7b237d551fac7b1790351d442d21196b5 authored about 5 years ago by Jovi De Croock <[email protected]>
(feat) - add suspense flag to context (#438)

* (feat) - add suspense flag to context

* (chore) - save some bytes by not defaulting in argu...

github.com/urql-graphql/urql - f4b11379e43ef14bbc2a5bf563a6aa2cc09b4271 authored about 5 years ago by Jovi De Croock <[email protected]>
(chore) - don't destructure getInitialProps (#435)

github.com/urql-graphql/urql - 6641f086083209d7a6bcac2d756b66c27cf8d6ae authored about 5 years ago by Evan Kysley <[email protected]>
Update README

github.com/urql-graphql/urql - 30765a63c932068ba25327f854e9a8a6e5785ae4 authored about 5 years ago by Phil Pluckthun <[email protected]>
v1.0.0

github.com/urql-graphql/urql - 1631fc779ff3d82d03bf13b01ca5bbdec32048ec authored about 5 years ago by Phil Pluckthun <[email protected]>
Update CHANGELOG for 1.0.0

github.com/urql-graphql/urql - 6334113151ada1dbac8ec1f5201513a2896d8a94 authored about 5 years ago by Phil Pluckthun <[email protected]>
Upgrade urql and remove fast-json-stable-stringify (#95)

* Upgrade all and remove fast-json-stable-stringify

* Replace fast-json-stable-stringify with...

github.com/urql-graphql/urql - b7b2d369fe71d53ff80dcee1c9738bd1d9d93bfe authored about 5 years ago by Phil Plückthun <[email protected]>
(docs) - make a high-level writeup about the architecture (#90)

* (docs) - make a little high-level writeup about the architecture

* (docs) - add conclusion ...

github.com/urql-graphql/urql - 2954342fc8244ef2e270b2636a3149322ff93d01 authored about 5 years ago by Jovi De Croock <[email protected]>
Implement reading & traversing resolver results and pagination helpers (#91)

* Add parentTypeName and fieldName props to ResolveInfo

* Add initial Relay pagination helper...

github.com/urql-graphql/urql - 59c034d93bafa3daedfb767406e6a39141a25b96 authored about 5 years ago by Phil Plückthun <[email protected]>
v1.5.1

github.com/urql-graphql/urql - 6e0e6557b487bc2c416215a9c92cce809b8bf9df authored about 5 years ago by Phil Pluckthun <[email protected]>
Update CHANGELOG for 1.5.1

github.com/urql-graphql/urql - 0c43f4ade0d49f0e11308d6a33c94b277c31e4b9 authored about 5 years ago by Phil Pluckthun <[email protected]>
(chore) - run ci for external contributors (#92)

syncing the CI flow from urql

github.com/urql-graphql/urql - b651eeea6cde6f9ca1bb54e6143428b8b87c64c3 authored about 5 years ago by Jovi De Croock <[email protected]>
(chore) - make CI run for external pull requests (#436)

* (chore) - make CI run for pull requests

Changed the trigger to pull_request this enables th...

github.com/urql-graphql/urql - 1d32c24a50f963cf08008235f57bd9ee6ba7d8ab authored about 5 years ago by Jovi De Croock <[email protected]>
Cache fix for null data (#437)

* Fix issue where a null data response with an error will result in cached errors

* Let's sti...

github.com/urql-graphql/urql - 555d0f20ed179968f918714b0dad198c4a62652a authored about 5 years ago by Andy Richardson <[email protected]>
(fix) - respect alternative rootkeys in query (#87)

github.com/urql-graphql/urql - 9a51cbbd555e5aaddd08e17efc168b45c1703ff3 authored over 5 years ago by Jovi De Croock <[email protected]>
(docs) - linking in resolve (#89)

* (docs) - document how to link from a list to details

* (tests) - add a test that test link ...

github.com/urql-graphql/urql - 0c2229afd8059f617ffe83e5a502aeafa78a8bd9 authored over 5 years ago by Jovi De Croock <[email protected]>
(fix) - correct unknown symbols in markdown (#88)

github.com/urql-graphql/urql - 8748862655b4f41e2656401673728a0ab3d50c50 authored over 5 years ago by Jovi De Croock <[email protected]>
v1.0.0-rc.11

github.com/urql-graphql/urql - c26d120ea22b0563f6b497c70e4cc6814070ce3e authored over 5 years ago by Phil Pluckthun <[email protected]>
Update CHANGELOG for 1.0.0-rc.11

github.com/urql-graphql/urql - f510f39831883ef30b4600e630a841f4ee08a238 authored over 5 years ago by Phil Pluckthun <[email protected]>
Normalise null args on fields by removing them (#85)

This means that `todo(x: null) {}` is assumed to be
the same as `todo {}`

github.com/urql-graphql/urql - cbe5bde7c02c1354d992270aae0c121848fab46a authored over 5 years ago by Phil Plückthun <[email protected]>
Add variables argument to readFragment and writeFragment (#84)

github.com/urql-graphql/urql - 8acdbacdafb3393b16409e566f9b404ec5bd3ba3 authored over 5 years ago by Phil Plückthun <[email protected]>
Add updater calls to writeOptimistic loop (#83)

github.com/urql-graphql/urql - d2c9f8713569ed838bd024a2b11727f91f2465db authored over 5 years ago by Phil Plückthun <[email protected]>
Improve test coverage on AST helpers (#82)

* Add tests for ast/traversal helpers

* Replace evaluateValueNode with valueFromASTUntyped fr...

github.com/urql-graphql/urql - c8d746f1df96453eed68aea2a45646d325f15bb9 authored over 5 years ago by Phil Plückthun <[email protected]>
Add smaller tests to up the coverage (#428)

* Add simple test for result utilities

* Add test for toSuspenseSource cancellation

* Fix ...

github.com/urql-graphql/urql - af1ae2c5d3dcf7c998a4bb4760ba5b4ad2c721f3 authored over 5 years ago by Phil Plückthun <[email protected]>
Replace fast-json-stable-stringify (#426)

* Replace fast-json-stable-stringify

* Fix some issues and add tests

github.com/urql-graphql/urql - 3613834e5df955127058dc43e917329e317a9133 authored over 5 years ago by Phil Plückthun <[email protected]>
v1.0.0-rc.10

github.com/urql-graphql/urql - 7f6d5d4e27cf609a81bef354387d4c80f42c7c4a authored over 5 years ago by Phil Pluckthun <[email protected]>
Upgrade pessimism to 1.1.4

This fixes a bug where Pessimism.remove destroys
the immutable structure in a way that triggers
...

github.com/urql-graphql/urql - ae72d3b1c8b3e5965e122d5509eb561f68579474 authored over 5 years ago by Phil Pluckthun <[email protected]>
Add CI workflow to GitHub actions

github.com/urql-graphql/urql - aa89ad75947bfef83c78c5cf7d88d5c6082a5253 authored over 5 years ago by Phil Pluckthun <[email protected]>
Add CI badge to README

github.com/urql-graphql/urql - 21f738d43539c90f122751ac0429a33e4ff024f6 authored over 5 years ago by Phil Pluckthun <[email protected]>
Add CI workflow to GitHub Actions

github.com/urql-graphql/urql - 54b20919a84e96524bc6079ea8ac264d99aa7230 authored over 5 years ago by Phil Pluckthun <[email protected]>
Fix CI badge url

github.com/urql-graphql/urql - ac8e85cf40491f418d756bed91bce8a0be0ce205 authored over 5 years ago by Phil Pluckthun <[email protected]>
Add CI workflow to GitHub actions (#427)

* Add CI workflow to GitHub actions

* Add CI badge to README

* Add integration test step

github.com/urql-graphql/urql - 8a5b19ec1c3f1bba5dfb508ce1c10e1f5a33a759 authored over 5 years ago by Phil Plückthun <[email protected]>
v1.0.0-rc.9

github.com/urql-graphql/urql - 4551c7efbe7dd6f92324d2c934dcd6a54b1e843a authored over 5 years ago by Phil Pluckthun <[email protected]>
Update CHANGELOG for 1.0.0-rc.9

github.com/urql-graphql/urql - 2c1cb4f06fe294e974726bc2065f3d97a3173e66 authored over 5 years ago by Phil Pluckthun <[email protected]>
Fix optimistic update bug caused by Pessimism (#81)

* Add (non breaking) reproduction for #80

* Add missing clearOptimistic

* Ensure that pess...

github.com/urql-graphql/urql - decf88e18c9e0ad4fb09d4fadf19a5f7a791a107 authored over 5 years ago by Phil Plückthun <[email protected]>
v1.0.0-rc.8

github.com/urql-graphql/urql - 7e558826ca6909e8949433e5dc49518ecfc36951 authored over 5 years ago by Phil Pluckthun <[email protected]>
Update CHANGELOG for 1.0.0-rc.8

github.com/urql-graphql/urql - c691a80af5902bef87a8b5e69c96b5bf3d7fc06f authored over 5 years ago by Phil Pluckthun <[email protected]>
Silence warnings for Relay-spec edges and connections (#79)

github.com/urql-graphql/urql - 50a659a5b0dbaf09ee11e2cca2be7c72f95cf3c9 authored over 5 years ago by Phil Plückthun <[email protected]>
(docs) - fix typo (#78)

Add missing `,` to returned object

github.com/urql-graphql/urql - 7ece372809d6c757dae398e79ca6819e85af5f78 authored over 5 years ago by Lukas Lücke <[email protected]>
(chore) - improve api surface consistency (#73)

* (docs) - update some details

* (chore) - improve store api surface consistency

* (feat) ...

github.com/urql-graphql/urql - 2bfbf2a87850c2a7330fe7354c83fa69a0f17ad9 authored over 5 years ago by Jovi De Croock <[email protected]>
v1.0.0-rc.7

github.com/urql-graphql/urql - d754529b4c068ffa58a0209b0df9b7590571441c authored over 5 years ago by Phil Pluckthun <[email protected]>
Update CHANGELOG for 1.0.0-rc.7

github.com/urql-graphql/urql - dee1fef92a02347a8af19589f466cf80015374fa authored over 5 years ago by Phil Pluckthun <[email protected]>
Fix reexecuted dependency operations not using cache-first

github.com/urql-graphql/urql - 0bd58f61f3f79e224c54639ca4f57962a484a88b authored over 5 years ago by Phil Pluckthun <[email protected]>
(chore) - next js static pages (#421)

* (chore) - provide solution in withUrqlClient for people who want to opt-in to automatic static...

github.com/urql-graphql/urql - 2144ae0ac3564b9599f61e30cc5d2e7b320a12d0 authored over 5 years ago by Jovi De Croock <[email protected]>
(chore) - update todo example so toggling the todo does also work for graphcache. This because we were lacking the complete property. An empty response does not give context about the performed operation to graphcache. (#422)

github.com/urql-graphql/urql - 631193c1d27f38f84cd4c9d1f9f9d7ccc7bca50e authored over 5 years ago by Jovi De Croock <[email protected]>
Add CHANGELOG

This adds a CHANGELOG in the same style as urql's
main CHANGELOG, as we're preparing for a v1.0....

github.com/urql-graphql/urql - b3d094410853886020cceb1d7eb14918c7d4df04 authored over 5 years ago by Phil Pluckthun <[email protected]>
v1.0.0-rc.6

github.com/urql-graphql/urql - 0dc4015f723e5d89aa4b4a2fc54700c73d0ae5a1 authored over 5 years ago by Phil Pluckthun <[email protected]>
Add createRequest to updateQuery for parsing strings (#72)

github.com/urql-graphql/urql - 71d7f9778a6d2c88ced091e9548ea16408f5a8d2 authored over 5 years ago by Phil Plückthun <[email protected]>
Skip writing undefined fields and warn in dev (#71)

* Skip writing undefined fields and warn in dev

* Add test for not writing undefined

github.com/urql-graphql/urql - 91cd962941291ffaa61f05d0fbfad0770f344ee9 authored over 5 years ago by Phil Plückthun <[email protected]>
Fix operation being referred to but undefined (#70)

This is an interesting issue.
We thought it was impossible to be referring to the same
operati...

github.com/urql-graphql/urql - 07e6b74d5af7038f0d7ed9f79c117747c363b5d4 authored over 5 years ago by Phil Plückthun <[email protected]>
v1.0.0-rc.5

github.com/urql-graphql/urql - 9eeafa4796ed7d260a624cef1c3ac720592df6b9 authored over 5 years ago by Phil Pluckthun <[email protected]>
Fix user keying function returning null (#68)

github.com/urql-graphql/urql - 0505eac431e51805ef5d44d6cb99123d0ed9e27c authored over 5 years ago by Phil Plückthun <[email protected]>
v1.0.0-rc.4

github.com/urql-graphql/urql - bdf3df61b84fbd802f78b8b0be8f9a7cdfd854ed authored over 5 years ago by Phil Pluckthun <[email protected]>
(fix) - dev-checks on query-write (#65)

* (fix) - resolve issue when we are initially writing from a server response. The top-level __ty...

github.com/urql-graphql/urql - 573742e7cef7fe43fb074f1df20bdb830adab7c8 authored over 5 years ago by Jovi De Croock <[email protected]>
v1.0.0-rc.3

github.com/urql-graphql/urql - 5b1ae53402a5f1d4825e3daf382490693731aa66 authored over 5 years ago by Phil Pluckthun <[email protected]>
Fix entityKey warning condition

github.com/urql-graphql/urql - 98287aed1149eb70b4f1e470633be28fbad5ecb1 authored over 5 years ago by Phil Pluckthun <[email protected]>
v1.0.0-rc.2

github.com/urql-graphql/urql - c808be3a252b7711a22ee0d9a2abb666c7fdfc28 authored over 5 years ago by Phil Pluckthun <[email protected]>
v1.5.0

github.com/urql-graphql/urql - 850dca4c575a6768b07c345a7d0f5f37fa845679 authored over 5 years ago by Phil Pluckthun <[email protected]>
Update CHANGELOG for 1.5.0 with #420

github.com/urql-graphql/urql - f10ed9c0f81acff222d9fc5fb59d8b28b58badf4 authored over 5 years ago by Phil Pluckthun <[email protected]>
Add useClient and warning when default client is used (#420)

github.com/urql-graphql/urql - 2b08acd17ee5b3c1743ae191c9fd521c00c2f873 authored over 5 years ago by Phil Plückthun <[email protected]>
Update CHANGELOG for 1.5.0

github.com/urql-graphql/urql - 5f24363ff1554e5e27a733abb2a677998bc739a4 authored over 5 years ago by Phil Pluckthun <[email protected]>
(chore) - dev warnings (#63)

* (chore) - add selectionSet validation when we have a schema available, this also introduces li...

github.com/urql-graphql/urql - e66d7be4dcaaf476a03cbfaf89f994e78e583c5a authored over 5 years ago by Jovi De Croock <[email protected]>
(feat) - promisified requests (#405)

* (feat) - add promisfied methods for query and mutation

* (tests) - add tests for the promis...

github.com/urql-graphql/urql - 9a3333ab36e7f61992ec6ee5e2fa11dcc6e22e5e authored over 5 years ago by Jovi De Croock <[email protected]>
Add babel transform to deconstruct Wonka's pipe (#419)

* Add babel transform to deconstruct Wonka's pipe

* Add tracking for actual import alias

*...

github.com/urql-graphql/urql - 051fd775a8d36f4409f88870dac11c8929c8e1ff authored over 5 years ago by Phil Plückthun <[email protected]>
(fix) - set refs in effect (#418)

* (fix) - switch to using two refs this allows us to set only in useEffect, this entails the pot...

github.com/urql-graphql/urql - 5102c6ce41fc29e34e654655a6981e4f3073508a authored over 5 years ago by Jovi De Croock <[email protected]>
v1.0.0-rc.1

github.com/urql-graphql/urql - a7ea996b759fa28973f9c0310d109dd2c4effb9b authored over 5 years ago by Phil Pluckthun <[email protected]>
(docs) - schema (#60)

* (docs) - write about schema and how to fetch it

* (feat) - offer introspectionQuery from us...

github.com/urql-graphql/urql - 6979034e71df74ccf620facf18b69efe4cfb800b authored over 5 years ago by Jovi De Croock <[email protected]>
Fix keyOfEntity not using schema's root names (#62)

* Fix Store.keyOfEntity not using root names

* Fix duplicate getRootKey in readSelection

*...

github.com/urql-graphql/urql - df60d7bde35e722b010fee7e0de002db5366cf31 authored over 5 years ago by Phil Plückthun <[email protected]>
Update README crudely

github.com/urql-graphql/urql - c197d56f25a39bfd83e27cebaad097359d733dae authored over 5 years ago by Phil Pluckthun <[email protected]>
Refactor queries to allow for cascaded partial results (#59)

* Add isListNullable to SchemaPredicates

This is to check whether a given type for
a list ma...

github.com/urql-graphql/urql - 773c29b427e81d895cd20927602fd91cf1d4d1e0 authored over 5 years ago by Phil Plückthun <[email protected]>
(feat) - schema awareness (#58)

* (chore) - document idea's

* (docs) - further document thought process

* (chore) - docume...

github.com/urql-graphql/urql - fce8b0eb8948bab608af5b73ca2062bb1c0502ef authored over 5 years ago by Jovi De Croock <[email protected]>
(chore) - increase accuracy of benchmark by running it without ch… (#57)

github.com/urql-graphql/urql - 646b31947b90d525c89ae6c1cca180e21d5c866d authored over 5 years ago by Jovi De Croock <[email protected]>
v1.4.1

github.com/urql-graphql/urql - 02cac17de94c1fd7ec66be8ecfc37a291cf798ee authored over 5 years ago by Phil Pluckthun <[email protected]>
Update CHANGELOG for 1.4.1

github.com/urql-graphql/urql - 38190e1fa04c254adf7d4468454f70f84ec30460 authored over 5 years ago by Phil Pluckthun <[email protected]>
v1.0.0-rc.0

github.com/urql-graphql/urql - 95928fb3918e9ce23ae964d6022daee42976bbe8 authored over 5 years ago by Phil Pluckthun <[email protected]>
(feat) - include current value in resolver (#55)

* (tests) - add assertion for called variables

* (feat) - include the current resolving varia...

github.com/urql-graphql/urql - 8e091af516a1505647e23e7b0becad149c23918d authored over 5 years ago by Jovi De Croock <[email protected]>
(fix) - initial write query (#54)

* (tests) - add tests for the mutation resolving case and the initial query one

* (fix) - pas...

github.com/urql-graphql/urql - 8196442f2cbdf5edbdabe9187a7d77aa92059007 authored over 5 years ago by Jovi De Croock <[email protected]>
(fix) - exclude subscription from becoming a suspenseSource (#415)

* (fix) - exclude subscription from becoming a suspenseSource

* (chore) - resolve lint error

github.com/urql-graphql/urql - 56627a3163e097500fe32fcdda7a41ff4f958d89 authored over 5 years ago by Jovi De Croock <[email protected]>
Update Typo (#413)

github.com/urql-graphql/urql - aba1ddca4dab3f4b606341a7e345cbf9ec35d17f authored over 5 years ago by Ayhan <[email protected]>
(docs) - update docs to reflect recent changes to updateQuery (#52)

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