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/

Fix up some incorrect types

github.com/urql-graphql/urql - 2f7162725eb7d02bc586acdf3b84242ece5c05a8 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Fix exports and dedupExchange naming

github.com/urql-graphql/urql - bc2efa01d30d707f32ffc66509df07a2a564d3c9 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Update CONTRIBUTING to be friendlier and contain publish instructions

Fix #108

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

add reedmeh to getting started example

github.com/urql-graphql/urql - 2b776a3e7f88660129b07f3c9801064c164309ee authored almost 6 years ago by Phil Plückthun <[email protected]>
Merge pull request #182 from FormidableLabs/chore/publishing

Publish/Package: Remove unneeded files.

github.com/urql-graphql/urql - 542178407ab7584e5b00ebaae9dc01cd5ed0aff4 authored almost 6 years ago by Phil Plückthun <[email protected]>
Refine npmignore more

github.com/urql-graphql/urql - b1ff3d0b932e721cc1e04e04434ba7579fa56cf7 authored almost 6 years ago by Ryan Roemer <[email protected]>
Switch to .npmignore whitelist to control everything.

github.com/urql-graphql/urql - 4473298d4e2bae098e24300a66ed18c96c9dbfb4 authored almost 6 years ago by Ryan Roemer <[email protected]>
Add missing opts to executeQuery on Query component

github.com/urql-graphql/urql - 490f4f488e3c3d4243fc3a023818adf9e1fd97a9 authored almost 6 years ago by Phil Pluckthun <[email protected]>
add reedmeh to getting started example

github.com/urql-graphql/urql - dbc9ec30492671be6d0dd8ed61e908d3dd789f7a authored almost 6 years ago by Andy Richardson <[email protected]>
Clean up package.json and README

github.com/urql-graphql/urql - db1c3ebf6f638c2124234ce64a717c6b67efea33 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Add requestPolicy to manage cache strategy (#178)

* Add requestPolicy option to specify cache-usage

We've previously eliminated the `refetch` f...

github.com/urql-graphql/urql - 1e6ab29f936cfda190bfeff7be7bdf9ed3f11ffd authored almost 6 years ago by Phil Plückthun <[email protected]>
Resolve OperationResult from executeMutation

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

V1

github.com/urql-graphql/urql - 274fd4854bb80aa9baeb71ea6935cc06a6580631 authored almost 6 years ago by Phil Plückthun <[email protected]>
Revert to bundle based publish and fix source maps

- Use microbundle for published bundles with source maps and without
minification
- Add minifi...

github.com/urql-graphql/urql - 71e2e79559aa5a8309f2428b005dda1771733744 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Refactor async/await

We don't get much out of using it in the Mutation/useMutation
files and most of our transpilatio...

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

Fix #174

Use ExecutionResult from graphql package directly
since it has changed and there's no ...

github.com/urql-graphql/urql - 048a5c3badf26737d1d4db028115feea15414934 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Add fallback.test

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

github.com/urql-graphql/urql - 3bdf18203b55c383f0b89cedc1cc19c54dedfc40 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Fix example symlinking

This is mostly a temporary solution until
we migrate to a monorepo

github.com/urql-graphql/urql - ef13b140cd0eec2efd0a028f4604ae2feb124eb6 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Upgrade to [email protected] to fix onEnd

github.com/urql-graphql/urql - b705c84467047932a116df0ea93477348ba93eba authored almost 6 years ago by Phil Pluckthun <[email protected]>
Replace active result sources with active counters

This is how I originally intended to implement this.
I realised that keeping sources around is o...

github.com/urql-graphql/urql - 71196a19d7085e99c8ab28fc15cf43be5f8e7a79 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Make composeExchanges more generic

It'd make sense for a user to expect a compose
function like composeExchanges to return the
same...

github.com/urql-graphql/urql - 529f50f3b46e11d4fbeb5e3462ee1e89823732bc authored almost 6 years ago by Phil Pluckthun <[email protected]>
rename lib folder to utils

github.com/urql-graphql/urql - a8fbacd4e2dac47a9347c353f0c99bf35bd4dfb1 authored almost 6 years ago by Andy Richardson <[email protected]>
move hooks

github.com/urql-graphql/urql - 1c37ef5d92c829cd556452330f4e1801acb83b6c authored almost 6 years ago by Andy Richardson <[email protected]>
move client test

github.com/urql-graphql/urql - 24997cdfdf91591a4e40925ce288b644af92bb92 authored almost 6 years ago by Andy Richardson <[email protected]>
move client

github.com/urql-graphql/urql - a7b906a23bba26675e54a456e4783c3eb38e3f16 authored almost 6 years ago by Andy Richardson <[email protected]>
move react components to components folder

github.com/urql-graphql/urql - 8a13c98d20bea030cc638473fe3393325ee94b7c authored almost 6 years ago by Andy Richardson <[email protected]>
change naming for consitency

github.com/urql-graphql/urql - 830a1fbda42332dec3ad8b410ebbfd14283e4dc2 authored almost 6 years ago by Andy Richardson <[email protected]>
remove commented out code

github.com/urql-graphql/urql - 32ca623780e16861771a79f4d1465833fcb73472 authored almost 6 years ago by Andy Richardson <[email protected]>
use FC rather than SFC

github.com/urql-graphql/urql - 95eaaf06eb2cd382ded81c865df6b9bc9e1f0fe8 authored almost 6 years ago by Andy Richardson <[email protected]>
remove root level cypress config and example project

github.com/urql-graphql/urql - f54ccb1a4b9318174a25a7d64db6e780f87bd64a authored almost 6 years ago by Andy Richardson <[email protected]>
configure getting-started example

github.com/urql-graphql/urql - e4a7a5204b39221b921dae63678cbdd840b64c9c authored almost 6 years ago by Andy Richardson <[email protected]>
add CI tests for subscriptions example (#175)

* add CI tests for subscriptions example

* install base dependencys in e2e

* prefix with f...

github.com/urql-graphql/urql - 9d4bd649d81497f54db304723c250b56ef92d900 authored almost 6 years ago by Andy Richardson <[email protected]>
fix build and styling

github.com/urql-graphql/urql - 0649512987188ac13d8a41333ab0f372c6bb00b7 authored almost 6 years ago by boygirl <[email protected]>
fix broken subscription example (needs work) (#173)

github.com/urql-graphql/urql - e419d18f5087746214c4f86426ca3aa98b5186b8 authored almost 6 years ago by Andy Richardson <[email protected]>
Add tests for hooks (#172)

* add tests for use* and fix broken linting/pre-lint scripts

* fix client test

* fix useMu...

github.com/urql-graphql/urql - 1b6eaa787f18ca327d973025efa6291d2f710601 authored almost 6 years ago by Andy Richardson <[email protected]>
rename ExchangeResult to OperationResult

github.com/urql-graphql/urql - 8d7ae2022cb67c10eddce29f07b60c7294accd8d authored almost 6 years ago by Andy Richardson <[email protected]>
Fix up subscription API in using-subscriptions example

github.com/urql-graphql/urql - 99ff8411795a206fe30bcd0bb32691b10a6b5932 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Update tests and remove subscription handler from client

github.com/urql-graphql/urql - 420aedf173477e1b950c1b1475d00b7acfd7871b authored almost 6 years ago by Phil Pluckthun <[email protected]>
add readme and force project build

github.com/urql-graphql/urql - 8708d5f63322d4624a3d52a5e781a1b49828eca3 authored almost 6 years ago by Andy Richardson <[email protected]>
working subscription example (WIP client unsubscribe fix)

github.com/urql-graphql/urql - 7e91609c3cc97966181467366394469864720012 authored almost 6 years ago by Andy Richardson <[email protected]>
Merge pull request #62 from FormidableLabs/task/sticky-title-bar

Task/sticky title bar

github.com/urql-graphql/urql - 690ddcf18d2b5facee0636cffd3ff5080aee6d67 authored almost 6 years ago by Joanna Coll <[email protected]>
add example for subscriptions

github.com/urql-graphql/urql - 7f687c3b935cc6c481479e2e3c2ce399c7188043 authored almost 6 years ago by Andy Richardson <[email protected]>
cleaning up the code

github.com/urql-graphql/urql - d2acf5281f434fbfca34a1df0a1b8cd5a14c051d authored almost 6 years ago by Joanna Coll <[email protected]>
sidebar view changes

github.com/urql-graphql/urql - f987c3358772bae121e10e3f71c1e05dea8beb39 authored almost 6 years ago by Joanna Coll <[email protected]>
Merge pull request #63 from FormidableLabs/change-font-to-mono

`npm install spectacle` font change

github.com/urql-graphql/urql - c68346369eae3d89a6327af662ecfc3ce25d2fdd authored almost 6 years ago by Joanna Coll <[email protected]>
add examples (wip/poc)

github.com/urql-graphql/urql - e36b04a63bd21642968ec19f3cc8988138fc077b authored almost 6 years ago by Andy Richardson <[email protected]>
font change

github.com/urql-graphql/urql - e054c4ff06659ff29aac39eaa15b12d0dc635d16 authored almost 6 years ago by Joanna Coll <[email protected]>
add hooks examples folder, upgrade react & small fixes

github.com/urql-graphql/urql - 63c3da335cac8d054807f5199e4de3d1fc22f828 authored almost 6 years ago by Andy Richardson <[email protected]>
changes to z-index

github.com/urql-graphql/urql - 643cfadbb64a3f65baea02da5d2a6940817e5996 authored almost 6 years ago by Joanna Coll <[email protected]>
fixing typo

github.com/urql-graphql/urql - dc85535318190acd089d4b3f68b260f7d9a48b76 authored almost 6 years ago by Joanna Coll <[email protected]>
sticky nav and sidebar working properly

github.com/urql-graphql/urql - f484e5e05c9e39bea970285ab03d29764d507a6b authored almost 6 years ago by Joanna Coll <[email protected]>
fixing sidebar

github.com/urql-graphql/urql - 98cd9e917f9a787c8a2724623d8137c4eab36aba authored almost 6 years ago by Joanna Coll <[email protected]>
Setup react adapters (#171)

* test for client teardown

* setup react adapters init

Co-authored-by: blainekasten <blain...

github.com/urql-graphql/urql - 4d0a6b9279bddf206b619400ece3f678ef0fbb86 authored almost 6 years ago by Andy Richardson <[email protected]>
Reduce readme content

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

github.com/urql-graphql/urql - 753be729df219bd720629054f02167edfb8ad9d0 authored almost 6 years ago by Joanna Coll <[email protected]>
working on sticky bar

github.com/urql-graphql/urql - a652a7bd72020bc098797c4cf9b1ba6347d2349b authored almost 6 years ago by Joanna Coll <[email protected]>
Upgrade Wonka and replace tapAll with onStart/onEnd in Client

github.com/urql-graphql/urql - 319c7b33eebe3716cf3aa1e0e3a0abde76e38a5b authored almost 6 years ago by Phil Pluckthun <[email protected]>
test for client teardown

github.com/urql-graphql/urql - 3ac98afe2b08e56ad07b023f1fe7ac4f79c3effb authored almost 6 years ago by Andy Richardson <[email protected]>
fix lack of prettification on pre-commit hook

github.com/urql-graphql/urql - 92d1dc4ed19406a4f19250b0ed4df35bcf81dc42 authored almost 6 years ago by Andy Richardson <[email protected]>
fix context and connect tests

github.com/urql-graphql/urql - 47141ffd8406f5496f4aa3af909f1db4067c063d authored almost 6 years ago by Andy Richardson <[email protected]>
Fix mutations operations not being dispatched and add tests

github.com/urql-graphql/urql - 20e5a93fc103edc2e79bb874164e1643b25446a3 authored almost 6 years ago by Andy Richardson <[email protected]>
update docs sidebar with correct menu items

github.com/urql-graphql/urql - 21a400ede71b0f0360b24faf815e788f247c6870 authored almost 6 years ago by Sarah Meyer <[email protected]>
misc post QA fixes

github.com/urql-graphql/urql - 8774d000e98ee45d7a709fe83c50031236998457 authored almost 6 years ago by Sarah Meyer <[email protected]>
pre QA commit with most recent styling changes

github.com/urql-graphql/urql - beb030037e864a465941c8602045b581b8689007 authored almost 6 years ago by Sarah Meyer <[email protected]>
[WIP] V1: Refactor the client's operation management (#168)

* Refactor types and interfaces for future API

* Add basic client execute methods

* Add te...

github.com/urql-graphql/urql - 18fad7c1392385e46115a3e13cd01eee69a3b05a authored almost 6 years ago by Phil Plückthun <[email protected]>
fixing some responsiveness

github.com/urql-graphql/urql - 27637293c94175221ba92322df9f353a360adda1 authored almost 6 years ago by Sarah Meyer <[email protected]>
sidebar complete with new styles and functionality

github.com/urql-graphql/urql - df87d0d944a7991fd2a633bcf688f7d9c320094e authored almost 6 years ago by Sarah Meyer <[email protected]>
WIP sidebar new styles

github.com/urql-graphql/urql - 1e7a2ba0031e6f722b7546dd19610297a931703a authored almost 6 years ago by Sarah Meyer <[email protected]>
WIP sidebar and markdown styling part 2

github.com/urql-graphql/urql - ea1e9a4561c8562567f76434428475a3026229c7 authored almost 6 years ago by Sarah Meyer <[email protected]>
WIP sidebar and markdown styling

github.com/urql-graphql/urql - 0b72ecc1ca547815cb248e865afbc7a2afa08ee9 authored almost 6 years ago by Sarah Meyer <[email protected]>
WIP sidebar styling and responsivness

github.com/urql-graphql/urql - 84acc72c3536e73449883962cf7659efc8d20cc9 authored almost 6 years ago by Sarah Meyer <[email protected]>
start of styling markdown

github.com/urql-graphql/urql - fd412a510271d8a28c2ee1a4f2fabd19b9734bff authored almost 6 years ago by Sarah Meyer <[email protected]>
markdown rendering

github.com/urql-graphql/urql - 9caf728e9c7da584a149985b269b59a859491830 authored almost 6 years ago by Sarah Meyer <[email protected]>
link back to home page

github.com/urql-graphql/urql - 098a346c36da8d709ffb22601c3e80e8a37fb9a5 authored almost 6 years ago by Sarah Meyer <[email protected]>
WIP sidebar nav styling, need to hook up rendering of MD

github.com/urql-graphql/urql - d6f048f07e5205bb44a48529a309f33ff3191f22 authored almost 6 years ago by Sarah Meyer <[email protected]>
Adding style and responsive improvements, fonts, and copy functionality

github.com/urql-graphql/urql - 398ea1f52cf3e13415d7fcd770f394941046ea31 authored almost 6 years ago by Jonathan Cooper <[email protected]>
Initial pass of content and styling

github.com/urql-graphql/urql - 398f89c818b0ae2bc2011443c780aa2956146c9a authored almost 6 years ago by Jonathan Cooper <[email protected]>
prettier formatting

github.com/urql-graphql/urql - dc725b99ae566ca6d6fa17de3bbc476898a08fe1 authored almost 6 years ago by Sarah Meyer <[email protected]>
WIP refactor landing page to styled components

github.com/urql-graphql/urql - c63f030a7fd0aedee68e01c8c11157b74941c44b authored almost 6 years ago by Sarah Meyer <[email protected]>
prettier formatting, initial style and elements for sidebar

github.com/urql-graphql/urql - 37e437644b687cd80b1663e7ebf92c61d37316e3 authored almost 6 years ago by Sarah Meyer <[email protected]>
refactor home page and create WIP Features component

github.com/urql-graphql/urql - 041f3272cb905760401114bb6af06e8f7a18ac90 authored almost 6 years ago by Sarah Meyer <[email protected]>
removing about link from the hero navigation

github.com/urql-graphql/urql - b090473dfb3607984f9d555cb77b66fc14c2c561 authored almost 6 years ago by Jonathan Cooper <[email protected]>
adding fonts, styling and copy functionality

github.com/urql-graphql/urql - 9679aaf3a00f5c58dccf1d91015f29ea1e84c5f4 authored almost 6 years ago by Jonathan Cooper <[email protected]>
removing old import comment

github.com/urql-graphql/urql - a9a114e787a3b96d2f80056dcebf4c36d93037ee authored almost 6 years ago by Jonathan Cooper <[email protected]>
WIP sidebar navigation, markdown added, not formatted properly yet

github.com/urql-graphql/urql - 4d9745c1d3a01a84f4fee5cee2bc48d2158df736 authored almost 6 years ago by Sarah Meyer <[email protected]>
add assets for docs page

github.com/urql-graphql/urql - 07b74e6a70cec9d3f64dc5e6b7658cddf0e1f58b authored almost 6 years ago by Sarah Meyer <[email protected]>
Adding _content files for dynamic screen content and added the intial layour for the docs section

github.com/urql-graphql/urql - 857ab55febc5a3a4c2375f47240ca9f9712ddf02 authored almost 6 years ago by Jonathan Cooper <[email protected]>
Merge pull request #167 from FormidableLabs/use-graphql-visit

use graphql visit for typenames

github.com/urql-graphql/urql - 7fc8887cfe92d7020b0dac5f591f7557e028a99b authored almost 6 years ago by Phil Plückthun <[email protected]>
use graphql visit for typenames

github.com/urql-graphql/urql - 31cc1ea29eef9a0cb6935cab1dbbdcc0241a1db2 authored almost 6 years ago by Andy Richardson <[email protected]>
Merge pull request #166 from FormidableLabs/refactor/rx-to-wonka

V1 Replace RxJS with Wonka

github.com/urql-graphql/urql - dc5a3dbddc03ff49fc799ee7a72c665603a7f9d5 authored almost 6 years ago by Phil Plückthun <[email protected]>
Merge branch 'v1' into refactor/rx-to-wonka

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

V1 subscriptions

github.com/urql-graphql/urql - cbaa74707f7524cd62c10d0bbddcd6ead4949030 authored almost 6 years ago by Phil Plückthun <[email protected]>
Merge remote-tracking branch 'origin/v1' into v1-subscriptions

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

github.com/urql-graphql/urql - 68145f5611a67f852e15c93b2c4030060793fc08 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Fix up fetch tests

Also found a small quirk in Wonka's {merge,concat,switch}Map
operators that would ignore the Clo...

github.com/urql-graphql/urql - fdfdb444d88ae75a9cd63b040d1920c738cbb216 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Fix up dedup tests

github.com/urql-graphql/urql - ba05d7cf71ad0abcb3657826a67076ea70adc07f authored almost 6 years ago by Phil Pluckthun <[email protected]>
Fix up cache exchange tests

github.com/urql-graphql/urql - 17a5164c4bc6f691fb16b92e6b452abb911f2780 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Initial refactor of source (not tests)

github.com/urql-graphql/urql - bfd428d2977a7b7c05d2042b8b7d98f5fb515f33 authored almost 6 years ago by Phil Pluckthun <[email protected]>
Enhancement/lint on commit (#165)

* use strict typing

* add tslint on commiit

* small changes

github.com/urql-graphql/urql - 81dca6941b357bf9d6802df1d711fdb59d9a660d authored almost 6 years ago by Andy Richardson <[email protected]>