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/

Refactor fragments to later implement matcher heuristic

This prepares parts of the AST and operations
code to be able to run a heuristic fragment
matche...

github.com/urql-graphql/urql - 0ac55e74fa15f8aee17525b4182a1e92a7940c2f authored almost 6 years ago by Phil Pluckthun <[email protected]>
Prevent invalid entities from being written to records

Any entity that has no `__typename` field was previously
accepted and would be written to the re...

github.com/urql-graphql/urql - 04833047f7c1c30766292a23fa71644946a3f295 authored almost 6 years ago by Phil Pluckthun <[email protected]>
v0.1.0-alpha.4

github.com/urql-graphql/urql - 237325a4fc275b5baa1a85ca3dbda26337abd592 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Add tests for GC operation

github.com/urql-graphql/urql - 9add5c255d56907463ab9bdb663050f92efa5223 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Remove manual merge and recursively set on data in query

github.com/urql-graphql/urql - d7abe2c2dec8080c7c068e21459986763bc9725f authored almost 6 years ago by Phil Pluckthun <[email protected]>
v0.1.0-alpha.3

github.com/urql-graphql/urql - 1de098384c706aebb0af38ead7ef441a5df48d0d authored almost 6 years ago by Phil Pluckthun <[email protected]>
Fix fragment result not being merged properly

github.com/urql-graphql/urql - 02b3a71b12bc7764aa12e62fa32e2c0695bbf967 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Add exports back

github.com/urql-graphql/urql - c7ad6e957cdb7b37d3feb4124051da32250a88a8 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Add test suite for "getting started" example

github.com/urql-graphql/urql - d233db381cecbd5598e512178f75e609c62063e1 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Fix dependencies including "query" key

github.com/urql-graphql/urql - 747317c30ca306c596c68a80baf02ec28addf4a1 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Remap network-only to cache-and-network on update

github.com/urql-graphql/urql - ff8a02e4073b74fdf2944f1d99d0e9e55a7286ac authored almost 6 years ago by Phil Pluckthun <[email protected]>
Add wide-ranging test suite

This should cover the most common cases of writing & querying without
too many edge cases:

- Sc...

github.com/urql-graphql/urql - 490e665b77c3b636584b548898eedce67c102384 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Fix typo on ctx.isComplete in query's value branch

github.com/urql-graphql/urql - a04d554df09df52bc8eed74da7c2ecd4e88281e4 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Fix typo on isOperationNode in ast helpers

github.com/urql-graphql/urql - b3a040829b3e8a51551826c82eab9f9fe980a262 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Add initial GC implementation

A rudimentary operation that walks all known records
and entities and clears the unreachable one...

github.com/urql-graphql/urql - 6ba578348226c82ec417495a6b7bdab6683e1dee authored almost 6 years ago by Phil Pluckthun <[email protected]>
Fix ambiguous writeLink of null

We actually need to have links that can be set to null
for isComplete to work correctly on simpl...

github.com/urql-graphql/urql - 953af8eea124cff1dc5e1108f0b8bc866c55fb62 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Refactor caching strategy and architecture

Among other changes this rewrites the entire implementation.
It accomplishes a couple of archite...

github.com/urql-graphql/urql - 667ce4a7ab2e8a28dc902fcab07c6c629a8b605b authored almost 6 years ago by Phil Pluckthun <[email protected]>
Fix outdated useQuery API in README and 1 typo

github.com/urql-graphql/urql - fc00bc493422f636933b89fcce2caaad84a0ac1f authored almost 6 years ago by Phil Pluckthun <[email protected]>
Fix incorrectly handled undefined case in write

github.com/urql-graphql/urql - 34306f1da3effefe63aaa994309419a2dbe0c227 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Clean up

github.com/urql-graphql/urql - d57da3a8fd7dff9887f0e8b37635ae8854c7869a authored almost 6 years ago by Phil Pluckthun <[email protected]>
Refactor utilities to be on store

github.com/urql-graphql/urql - d7383226a8bff703e941dea089c7474d88e0ea95 authored almost 6 years ago by Phil Pluckthun <[email protected]>
0.1.0-alpha.2

github.com/urql-graphql/urql - 1742a9f7faf4be5e2e8a75e3c9518ebf23cdaef1 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Fix dependencies being stored for non-queries

github.com/urql-graphql/urql - 3d87045552e51e0a4020d9c837d9f44d3a655083 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Prevent newer operation from overriding older ones

When executeQuery is used on urql the requestPolicy
might be changed to reflect a forced update....

github.com/urql-graphql/urql - a4c42d67ac3725892a326f9dd1718613ecde3463 authored almost 6 years ago by Phil Pluckthun <[email protected]>
0.1.0-alpha.1

github.com/urql-graphql/urql - 14b3da989cf4181a2e193a4b6d616cb8179d5a96 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Implement initial resolver customisations

github.com/urql-graphql/urql - 73ad019c2fbe22cde56501e5860bf610fbb576ec authored almost 6 years ago by Phil Pluckthun <[email protected]>
Add missing dependencies

github.com/urql-graphql/urql - bd250328dcc4bbe8fd9af8bb8c3fb07a02e7c558 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Add support for customisable keyExtractor

github.com/urql-graphql/urql - b859a09ee1814de7bf7f821e934cf2161bf9525d authored almost 6 years ago by Phil Pluckthun <[email protected]>
Add more comments to cacheExchange

github.com/urql-graphql/urql - 17ad82daf1567414a72e0f8676e51829df0e97e2 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Move keys & exec to utils folder

github.com/urql-graphql/urql - 72305ea26d5f6778d4fd54dbedfdb9cbaf5579da authored almost 6 years ago by Phil Pluckthun <[email protected]>
Refactor cacheExchange implementation

- Improve isComplete correctness
- Roll cache-only into same stream as cache-first and cache-and...

github.com/urql-graphql/urql - e5a76c98cea99ee90b77e5d342bda88c3b1fc1dc authored almost 6 years ago by Phil Pluckthun <[email protected]>
Add missing prop-types peerDependency

github.com/urql-graphql/urql - 7da83c40720a5817698792444891b6ab982eb9cf authored almost 6 years ago by Phil Pluckthun <[email protected]>
Fix keyForQuery being non-deterministic for vars

github.com/urql-graphql/urql - 62f4bb86b7f6759836289c123ca96beb773d785d authored almost 6 years ago by Phil Pluckthun <[email protected]>
Add initial exchange implementation

github.com/urql-graphql/urql - 22e804c44bbeb20e742ca6b41fbc8040313691a8 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Merge pull request #202 from ijones16/patch-1

Fix some typos in basics.md

github.com/urql-graphql/urql - 81edc0bd9e15965f6cef11d71eff6bd4a23fe65f authored almost 6 years ago by Phil Plückthun <[email protected]>
fix some typos

github.com/urql-graphql/urql - bc9aedd755ce9e08bfc832e866ad292e5d4bdb2b authored almost 6 years ago by Ian Jones <[email protected]>
Differentiate between undefined/null for isComplete query

github.com/urql-graphql/urql - 3784e516ec2d4b6ab214602bc29fdd8183f7c637 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Add flag indicating whether query was completely retrieved from cache

github.com/urql-graphql/urql - 023b71b319b3ea5c3f798dbd6d7cbf1c5cc3cda4 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Revert store implementation to use Map

github.com/urql-graphql/urql - f10f4595bc64eb3ac9e4836710c49bd10fa33ca3 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Rename to @urql/exchange-graphcache

github.com/urql-graphql/urql - cf3ba6ca58e40f5339f9add7576aad86f0254dbf authored almost 6 years ago by Phil Pluckthun <[email protected]>
Fix accidental mutation of store in query

github.com/urql-graphql/urql - 2ced229115cf32bcbfcfe328a7c166929abf2b85 authored almost 6 years ago by Phil Pluckthun <[email protected]>
router cleanup

github.com/urql-graphql/urql - 3427c8cfb1bd202d57ae4fb2e8a12f65d49e39fe authored almost 6 years ago by Duncan <[email protected]>
add css styles for scroll, add root level sidebar scroll

github.com/urql-graphql/urql - b07fbc5bfca2864b0b5ecbba3816661bdfba637f authored almost 6 years ago by Duncan <[email protected]>
Rename cache to store

github.com/urql-graphql/urql - f0ee3784e07adde1846ecd1e3155ea13fda827aa authored almost 6 years ago by Phil Pluckthun <[email protected]>
Replace JSON.stringify with fast-json-stable-stringify

github.com/urql-graphql/urql - 2e01fff2b8622a2e512a6633c7b35a676bca44e0 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Improve typing of graphql-anywhere function

github.com/urql-graphql/urql - 921d9ba0dc62422297b87717a9aa525927751d66 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Move dependency tracking to cache itself

github.com/urql-graphql/urql - c8b7ec56f7fcb3c678e586edf619fbc21f789516 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Add dependency tracking as DepsCache

github.com/urql-graphql/urql - f27ff6a46aa5600b12a1b1659e2e722a1b6caca4 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Add index files

github.com/urql-graphql/urql - cb80ecca3bb474a52b0649a64fec2433a342dc06 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Add additional test case and fix aliasing

github.com/urql-graphql/urql - 2f1d76ed32130118418564f54b3d5bdbba6d2d91 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Add querying and reverse test cases

github.com/urql-graphql/urql - bc8f005a5c48c0bee237ce72a0165d5ef886b649 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Implement initial cache writer

github.com/urql-graphql/urql - 18bc0c196484553cc71bc794d40dabdccf01cd10 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Merge remote-tracking branch 'origin/task/fix-build' into initial-docs-layout

github.com/urql-graphql/urql - c148031db8d5a7e16181a60996c4c82eae04dddc authored almost 6 years ago by Duncan <[email protected]>
1.0.4

github.com/urql-graphql/urql - 51056582cfd7e622f563744aca3f9d19509e514a authored almost 6 years ago by Phil Pluckthun <[email protected]>
Merge pull request #198 from FormidableLabs/fix/result-generic

Add data generic to OperationResult and mutation result

github.com/urql-graphql/urql - 774e09db8613d79e3e5cc6fca3d7f91526765f8e authored almost 6 years ago by Phil Plückthun <[email protected]>
Fix up MutationChildProps

github.com/urql-graphql/urql - 8952eb97d455402da2ae3a21a09f80ebedc90a03 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Rehydrate GraphQLErrors properly (#200)

* Rehydrate GraphQLErrors properly

* Ensure that CombinedError inherits from Error correctly

github.com/urql-graphql/urql - dfeaece79a51887ffb60973ea3b4c9db03eb9625 authored almost 6 years ago by Phil Plückthun <[email protected]>
Merge pull request #197 from FormidableLabs/fix-typename-recursion

fix typename recursion and add test

github.com/urql-graphql/urql - 81342f1cd78225df49fb4e1aed7944f599817034 authored almost 6 years ago by Phil Plückthun <[email protected]>
Change when fetchOptions factory is executed and how headers are merged (#199)

* Change when fetchOptions factory is executed and how headers are merged

* Change `content-t...

github.com/urql-graphql/urql - cedff86c5a22a20fe659390c6ecdfff22110ff9e authored almost 6 years ago by Phil Plückthun <[email protected]>
Add default argument instead of passed mutable array

github.com/urql-graphql/urql - 68bb645714bfc7042054d8c1a97ecacb45717db7 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Add Data generic to OperationResult and mutation result

github.com/urql-graphql/urql - 1a3bd162997d814f687d546dda79a455cb441b04 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Refactor types collection logic and rename it

github.com/urql-graphql/urql - a767fdc174161f9f2d5b5912edc8c9d065cce131 authored almost 6 years ago by Phil Pluckthun <[email protected]>
fix typename recursion and add test

github.com/urql-graphql/urql - 1e685c33e92580e8f939231f30e79bf038ec1034 authored almost 6 years ago by Andy Richardson <[email protected]>
Merge pull request #194 from scyclow/patch-3

handle val === null in getTypeNameFromField

github.com/urql-graphql/urql - 316acc313238e75ce36505b437cb23bd2b0d9b0c authored almost 6 years ago by Phil Plückthun <[email protected]>
handle val === null in getTypeNameFromField

github.com/urql-graphql/urql - a872fe378a73fe6e4220aaf672c47f47284b3e5d authored almost 6 years ago by Steve Pikelny <[email protected]>
1.0.3

github.com/urql-graphql/urql - cfb65fff805d52f71f2ec0553b66c72114dbe4ac authored almost 6 years ago by Phil Pluckthun <[email protected]>
Merge pull request #193 from FormidableLabs/fix/vars-diff

Fix infinite rerender for variables and missing generics

github.com/urql-graphql/urql - 69a99d735ff4bb0080ce0ddf6e3f2f79dfca5545 authored almost 6 years ago by Phil Plückthun <[email protected]>
Fix type error in example introduced by c79a415

github.com/urql-graphql/urql - fab912fd90771d1ff1d5a17786778bce19e51f87 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Add generics for variables to hooks

Fix #188

github.com/urql-graphql/urql - 23ff659f59b625fd9586308cda155a848f2e606a authored almost 6 years ago by Phil Pluckthun <[email protected]>
Remove unused promise catches

github.com/urql-graphql/urql - 32b137731af1cd8f73606f8bbc6d620d1d5c2af8 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Update docs

github.com/urql-graphql/urql - 9afef1b5cf334e863250a51cafbd092eb9523e5e authored almost 6 years ago by Phil Pluckthun <[email protected]>
Refactor GraphQLRequest to carry key for diffing

Fix #192

Move `key` generation from client to GraphQLRequest
generation (i.e. createRequest)

A...

github.com/urql-graphql/urql - 3e5797c9901daf738f708955face9cdf2421de4a authored almost 6 years ago by Phil Pluckthun <[email protected]>
Merge pull request #191 from FormidableLabs/docs-changes-res

Proposal: Rename query in example docs and example projects from query to res.

github.com/urql-graphql/urql - eec3bc89dde49ce8a9ce4b220920fc0831b22a43 authored almost 6 years ago by Phil Plückthun <[email protected]>
Merge pull request #190 from FormidableLabs/kiraarghy-patch-1

Update Readme.md for more inclusive language!

github.com/urql-graphql/urql - 162dbf5dfa87dab1d07254d918b509116ffc0960 authored almost 6 years ago by Phil Plückthun <[email protected]>
Update Readme.md for more inclusive language!

Nit pick but in line with the Code of Conduct this proposes to change 'Sane' to 'Logical' as it ...

github.com/urql-graphql/urql - 837c8c4bccde3affe86591f705c8f9e77415070f authored almost 6 years ago by Kara Stubbs <[email protected]>
Proposal: Rename query in example docs and example projects from query to res.

Tidied up res language in docs for more consistency between examples.

* Changed query -> res in...

github.com/urql-graphql/urql - c79a41544daa799521f6cd80401010a71a386a1a authored almost 6 years ago by kiraarghy <[email protected]>
Merge pull request #189 from FormidableLabs/lukejacksonn-patch-1

Updates README

github.com/urql-graphql/urql - a58931cf010627f390769486cca01db23223946f authored almost 6 years ago by Phil Plückthun <[email protected]>
Address PR comments

github.com/urql-graphql/urql - a53a61710d3adbb645c222bf358089fcdf394777 authored almost 6 years ago by Luke Jackson <[email protected]>
Updates README

Added some icons, fixes some spelling mistakes, tweaks some formatting and rewords a few sentenc...

github.com/urql-graphql/urql - c4be6c75392f40e91e08a18a3915e582d8840d02 authored almost 6 years ago by Luke Jackson <[email protected]>
1.0.2

github.com/urql-graphql/urql - 5514089b2dac9c559f5b385fc28f810fbf895dba authored almost 6 years ago by Phil Pluckthun <[email protected]>
Support DocumentNode and refactor query keying (#184)

* Update murmurhash and name generator

* Add keyForQuery helper

This helper is specialised...

github.com/urql-graphql/urql - 0dfa8954c46d0b10d298805ffdad9da5c0d231f9 authored almost 6 years ago by Phil Plückthun <[email protected]>
Merge pull request #187 from scyclow/patch-2

Fix a couple documentation typos

github.com/urql-graphql/urql - d461cf18740b3a116392c5bf1e0b0eccba028963 authored almost 6 years ago by Phil Plückthun <[email protected]>
Fix a couple documentation typos.

github.com/urql-graphql/urql - 8c10fd82276a7579f1c1cacd6587fa123d40ffee authored almost 6 years ago by Steve Pikelny <[email protected]>
Fix README links to docs/

github.com/urql-graphql/urql - 69a9588605a84ed8d67e9b14f5616ba406453539 authored almost 6 years ago by Phil Pluckthun <[email protected]>
1.0.1

github.com/urql-graphql/urql - 74ec6d71d8403391943533f6007ba8975f1c84bd authored almost 6 years ago by Phil Pluckthun <[email protected]>
Update README.md

github.com/urql-graphql/urql - f2f3e853fd69027063fc8068307f24a0fea3e36e authored almost 6 years ago by Phil Pluckthun <[email protected]>
Merge pull request #181 from FormidableLabs/docs/v1

Add fresh docs for v1

github.com/urql-graphql/urql - af9c940ebed56d197bd97cb22c2c9ec7b61a60a1 authored almost 6 years ago by Phil Plückthun <[email protected]>
Add short section on writing new APIs

github.com/urql-graphql/urql - fcd7955bd12f057ef4a4480aef183fc05c036e5f authored almost 6 years ago by Phil Pluckthun <[email protected]>
Update API docs with Client methods

github.com/urql-graphql/urql - 4f82927d4cfb8e2557186287e44d42e7ee65db5f authored almost 6 years ago by Phil Pluckthun <[email protected]>
Add link from basics to extending

github.com/urql-graphql/urql - c098fea16c3df78ca7212460d31bdfaacf5b744f authored almost 6 years ago by Phil Pluckthun <[email protected]>
Remove outdated docs

Some content might still be merged back where appropriate

github.com/urql-graphql/urql - 3f063adad0063d6cb274fc5981e296253232aa08 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Add API doc

github.com/urql-graphql/urql - 4615ce13e1bfe847876578731a008a4e605c0be6 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Update structure and add extending-and-experimenting placeholder

github.com/urql-graphql/urql - 9def420cf0dd05077078d7bd3eb061a1e1dccf23 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Fix todos in "Getting Started" and add request policies to "Basics"

github.com/urql-graphql/urql - 287b2e71aa269311525510ee05e8f768c2258caf authored almost 6 years ago by Phil Pluckthun <[email protected]>
Add "Basics" section explaining the three main exchanges

github.com/urql-graphql/urql - 88ab1587493952a1bff644e502e9a76a53c6c826 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Rename basics.md to architecture.md (now complete)

This felt like a pretty much architecture-only doc
as it became long enough and has a natural st...

github.com/urql-graphql/urql - 7fe4a680c20d432a3dc097d0d1324c2268c91daf authored almost 6 years ago by Phil Pluckthun <[email protected]>
Add initial basics document

github.com/urql-graphql/urql - ba629e2944eb2b552f2bcff051ee561b99440328 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Add "Getting Started" docs

github.com/urql-graphql/urql - 2f24a686cda9aa76e831d922a618b24e05d50378 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Update snapshots

github.com/urql-graphql/urql - b31a1bb990dae2007926a0dccf12c4741351cba8 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Fix missing handler in Subscription component

github.com/urql-graphql/urql - b0d1cb6f205416870dddf2d23141474db4d8feb8 authored almost 6 years ago by Phil Pluckthun <[email protected]>