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

Fix up some incorrect types

2f7162725eb7d02bc586acdf3b84242ece5c05a8 authored almost 6 years ago
Fix exports and dedupExchange naming

bc2efa01d30d707f32ffc66509df07a2a564d3c9 authored almost 6 years ago
Update CONTRIBUTING to be friendlier and contain publish instructions

Fix #108

ebadab52cc2e4018487ca8ee8e3018a9408ae492 authored almost 6 years ago
Merge pull request #179 from FormidableLabs/add-example-docs

add reedmeh to getting started example

2b776a3e7f88660129b07f3c9801064c164309ee authored almost 6 years ago
Merge pull request #182 from FormidableLabs/chore/publishing

Publish/Package: Remove unneeded files.

542178407ab7584e5b00ebaae9dc01cd5ed0aff4 authored almost 6 years ago
Refine npmignore more

b1ff3d0b932e721cc1e04e04434ba7579fa56cf7 authored almost 6 years ago
Switch to .npmignore whitelist to control everything.

4473298d4e2bae098e24300a66ed18c96c9dbfb4 authored almost 6 years ago
Add missing opts to executeQuery on Query component

490f4f488e3c3d4243fc3a023818adf9e1fd97a9 authored almost 6 years ago
add reedmeh to getting started example

dbc9ec30492671be6d0dd8ed61e908d3dd789f7a authored almost 6 years ago
Clean up package.json and README

db1c3ebf6f638c2124234ce64a717c6b67efea33 authored almost 6 years ago
Add requestPolicy to manage cache strategy (#178)

* Add requestPolicy option to specify cache-usage

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

1e6ab29f936cfda190bfeff7be7bdf9ed3f11ffd authored almost 6 years ago
Resolve OperationResult from executeMutation

ba6f2ae1cb9be658c406718470e5c946f80e9330 authored almost 6 years ago
Merge pull request #148 from FormidableLabs/v1

V1

274fd4854bb80aa9baeb71ea6935cc06a6580631 authored almost 6 years ago
Revert to bundle based publish and fix source maps

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

71e2e79559aa5a8309f2428b005dda1771733744 authored almost 6 years ago
Refactor async/await

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

6f7c9f81f2378084cc02905938b6223ba2cae115 authored almost 6 years ago
Fix ExecutionResult shape

Fix #174

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

048a5c3badf26737d1d4db028115feea15414934 authored almost 6 years ago
Add fallback.test

aeed3260a00689ad3448edd5a06e4f522061a884 authored almost 6 years ago
Add compose.test

3bdf18203b55c383f0b89cedc1cc19c54dedfc40 authored almost 6 years ago
Fix example symlinking

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

ef13b140cd0eec2efd0a028f4604ae2feb124eb6 authored almost 6 years ago
Upgrade to [email protected] to fix onEnd

b705c84467047932a116df0ea93477348ba93eba authored almost 6 years ago
Replace active result sources with active counters

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

71196a19d7085e99c8ab28fc15cf43be5f8e7a79 authored almost 6 years ago
Make composeExchanges more generic

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

529f50f3b46e11d4fbeb5e3462ee1e89823732bc authored almost 6 years ago
rename lib folder to utils

a8fbacd4e2dac47a9347c353f0c99bf35bd4dfb1 authored almost 6 years ago
move hooks

1c37ef5d92c829cd556452330f4e1801acb83b6c authored almost 6 years ago
move client test

24997cdfdf91591a4e40925ce288b644af92bb92 authored almost 6 years ago
move client

a7b906a23bba26675e54a456e4783c3eb38e3f16 authored almost 6 years ago
move react components to components folder

8a13c98d20bea030cc638473fe3393325ee94b7c authored almost 6 years ago
change naming for consitency

830a1fbda42332dec3ad8b410ebbfd14283e4dc2 authored almost 6 years ago
remove commented out code

32ca623780e16861771a79f4d1465833fcb73472 authored almost 6 years ago
use FC rather than SFC

95eaaf06eb2cd382ded81c865df6b9bc9e1f0fe8 authored almost 6 years ago
remove root level cypress config and example project

f54ccb1a4b9318174a25a7d64db6e780f87bd64a authored almost 6 years ago
configure getting-started example

e4a7a5204b39221b921dae63678cbdd840b64c9c authored almost 6 years ago
add CI tests for subscriptions example (#175)

* add CI tests for subscriptions example

* install base dependencys in e2e

* prefix with f...

9d4bd649d81497f54db304723c250b56ef92d900 authored almost 6 years ago
fix build and styling

0649512987188ac13d8a41333ab0f372c6bb00b7 authored almost 6 years ago
fix broken subscription example (needs work) (#173)

e419d18f5087746214c4f86426ca3aa98b5186b8 authored almost 6 years ago
Add tests for hooks (#172)

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

* fix client test

* fix useMu...

1b6eaa787f18ca327d973025efa6291d2f710601 authored almost 6 years ago
rename ExchangeResult to OperationResult

8d7ae2022cb67c10eddce29f07b60c7294accd8d authored almost 6 years ago
Fix up subscription API in using-subscriptions example

99ff8411795a206fe30bcd0bb32691b10a6b5932 authored almost 6 years ago
Update tests and remove subscription handler from client

420aedf173477e1b950c1b1475d00b7acfd7871b authored almost 6 years ago
add readme and force project build

8708d5f63322d4624a3d52a5e781a1b49828eca3 authored almost 6 years ago
working subscription example (WIP client unsubscribe fix)

7e91609c3cc97966181467366394469864720012 authored almost 6 years ago
Merge pull request #62 from FormidableLabs/task/sticky-title-bar

Task/sticky title bar

690ddcf18d2b5facee0636cffd3ff5080aee6d67 authored almost 6 years ago
add example for subscriptions

7f687c3b935cc6c481479e2e3c2ce399c7188043 authored almost 6 years ago
cleaning up the code

d2acf5281f434fbfca34a1df0a1b8cd5a14c051d authored almost 6 years ago
sidebar view changes

f987c3358772bae121e10e3f71c1e05dea8beb39 authored almost 6 years ago
Merge pull request #63 from FormidableLabs/change-font-to-mono

`npm install spectacle` font change

c68346369eae3d89a6327af662ecfc3ce25d2fdd authored almost 6 years ago
add examples (wip/poc)

e36b04a63bd21642968ec19f3cc8988138fc077b authored almost 6 years ago
font change

e054c4ff06659ff29aac39eaa15b12d0dc635d16 authored almost 6 years ago
add hooks examples folder, upgrade react & small fixes

63c3da335cac8d054807f5199e4de3d1fc22f828 authored almost 6 years ago
changes to z-index

643cfadbb64a3f65baea02da5d2a6940817e5996 authored almost 6 years ago
fixing typo

dc85535318190acd089d4b3f68b260f7d9a48b76 authored almost 6 years ago
sticky nav and sidebar working properly

f484e5e05c9e39bea970285ab03d29764d507a6b authored almost 6 years ago
fixing sidebar

98cd9e917f9a787c8a2724623d8137c4eab36aba authored almost 6 years ago
Setup react adapters (#171)

* test for client teardown

* setup react adapters init

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

4d0a6b9279bddf206b619400ece3f678ef0fbb86 authored almost 6 years ago
Reduce readme content

49891b3cf288006aa342d1324ec833c64e7eaff6 authored almost 6 years ago
fixing sidebar

753be729df219bd720629054f02167edfb8ad9d0 authored almost 6 years ago
working on sticky bar

a652a7bd72020bc098797c4cf9b1ba6347d2349b authored almost 6 years ago
Upgrade Wonka and replace tapAll with onStart/onEnd in Client

319c7b33eebe3716cf3aa1e0e3a0abde76e38a5b authored almost 6 years ago
test for client teardown

3ac98afe2b08e56ad07b023f1fe7ac4f79c3effb authored almost 6 years ago
fix lack of prettification on pre-commit hook

92d1dc4ed19406a4f19250b0ed4df35bcf81dc42 authored almost 6 years ago
fix context and connect tests

47141ffd8406f5496f4aa3af909f1db4067c063d authored almost 6 years ago
Fix mutations operations not being dispatched and add tests

20e5a93fc103edc2e79bb874164e1643b25446a3 authored almost 6 years ago
update docs sidebar with correct menu items

21a400ede71b0f0360b24faf815e788f247c6870 authored almost 6 years ago
misc post QA fixes

8774d000e98ee45d7a709fe83c50031236998457 authored almost 6 years ago
pre QA commit with most recent styling changes

beb030037e864a465941c8602045b581b8689007 authored almost 6 years ago
[WIP] V1: Refactor the client's operation management (#168)

* Refactor types and interfaces for future API

* Add basic client execute methods

* Add te...

18fad7c1392385e46115a3e13cd01eee69a3b05a authored almost 6 years ago
fixing some responsiveness

27637293c94175221ba92322df9f353a360adda1 authored almost 6 years ago
sidebar complete with new styles and functionality

df87d0d944a7991fd2a633bcf688f7d9c320094e authored almost 6 years ago
WIP sidebar new styles

1e7a2ba0031e6f722b7546dd19610297a931703a authored almost 6 years ago
WIP sidebar and markdown styling part 2

ea1e9a4561c8562567f76434428475a3026229c7 authored almost 6 years ago
WIP sidebar and markdown styling

0b72ecc1ca547815cb248e865afbc7a2afa08ee9 authored almost 6 years ago
WIP sidebar styling and responsivness

84acc72c3536e73449883962cf7659efc8d20cc9 authored almost 6 years ago
start of styling markdown

fd412a510271d8a28c2ee1a4f2fabd19b9734bff authored almost 6 years ago
markdown rendering

9caf728e9c7da584a149985b269b59a859491830 authored almost 6 years ago
link back to home page

098a346c36da8d709ffb22601c3e80e8a37fb9a5 authored almost 6 years ago
WIP sidebar nav styling, need to hook up rendering of MD

d6f048f07e5205bb44a48529a309f33ff3191f22 authored almost 6 years ago
Adding style and responsive improvements, fonts, and copy functionality

398ea1f52cf3e13415d7fcd770f394941046ea31 authored almost 6 years ago
Initial pass of content and styling

398f89c818b0ae2bc2011443c780aa2956146c9a authored almost 6 years ago
prettier formatting

dc725b99ae566ca6d6fa17de3bbc476898a08fe1 authored almost 6 years ago
WIP refactor landing page to styled components

c63f030a7fd0aedee68e01c8c11157b74941c44b authored almost 6 years ago
prettier formatting, initial style and elements for sidebar

37e437644b687cd80b1663e7ebf92c61d37316e3 authored almost 6 years ago
refactor home page and create WIP Features component

041f3272cb905760401114bb6af06e8f7a18ac90 authored almost 6 years ago
removing about link from the hero navigation

b090473dfb3607984f9d555cb77b66fc14c2c561 authored almost 6 years ago
adding fonts, styling and copy functionality

9679aaf3a00f5c58dccf1d91015f29ea1e84c5f4 authored almost 6 years ago
removing old import comment

a9a114e787a3b96d2f80056dcebf4c36d93037ee authored almost 6 years ago
WIP sidebar navigation, markdown added, not formatted properly yet

4d9745c1d3a01a84f4fee5cee2bc48d2158df736 authored almost 6 years ago
add assets for docs page

07b74e6a70cec9d3f64dc5e6b7658cddf0e1f58b authored almost 6 years ago
Adding _content files for dynamic screen content and added the intial layour for the docs section

857ab55febc5a3a4c2375f47240ca9f9712ddf02 authored almost 6 years ago
Merge pull request #167 from FormidableLabs/use-graphql-visit

use graphql visit for typenames

7fc8887cfe92d7020b0dac5f591f7557e028a99b authored almost 6 years ago
use graphql visit for typenames

31cc1ea29eef9a0cb6935cab1dbbdcc0241a1db2 authored about 6 years ago
Merge pull request #166 from FormidableLabs/refactor/rx-to-wonka

V1 Replace RxJS with Wonka

dc5a3dbddc03ff49fc799ee7a72c665603a7f9d5 authored about 6 years ago
Merge branch 'v1' into refactor/rx-to-wonka

8c53db87fc752abc5f3408259dbc3569e52faba3 authored about 6 years ago
Merge pull request #160 from FormidableLabs/v1-subscriptions

V1 subscriptions

cbaa74707f7524cd62c10d0bbddcd6ead4949030 authored about 6 years ago
Merge remote-tracking branch 'origin/v1' into v1-subscriptions

3866a0ee1c9008d1b7af3e3a42a9b9de54b947b8 authored about 6 years ago
Remove RxJS

68145f5611a67f852e15c93b2c4030060793fc08 authored about 6 years ago
Fix up fetch tests

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

fdfdb444d88ae75a9cd63b040d1920c738cbb216 authored about 6 years ago
Fix up dedup tests

ba05d7cf71ad0abcb3657826a67076ea70adc07f authored about 6 years ago
Fix up cache exchange tests

17a5164c4bc6f691fb16b92e6b452abb911f2780 authored about 6 years ago
Initial refactor of source (not tests)

bfd428d2977a7b7c05d2042b8b7d98f5fb515f33 authored about 6 years ago
Enhancement/lint on commit (#165)

* use strict typing

* add tslint on commiit

* small changes

81dca6941b357bf9d6802df1d711fdb59d9a660d authored about 6 years ago