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 with-react-native example (#1607)

* Add with-react-native example

github.com/urql-graphql/urql - f6979d5be57c05a2c5ad911f9d4ca1501b7c688e authored over 3 years ago by Yanko Valera <[email protected]>
(examples) - With-refresh-auth (#1605)

* Add With-refresh-auth example

github.com/urql-graphql/urql - 1788b3b2d63f5409984685ffcf44eb180db29f1c authored over 3 years ago by Yanko Valera <[email protected]>
(next) - allow subsequent statically generated pages to hydrate the ssr-cache (#1602)

* allow subsequent statically generated pages to hydrate the ssr-cache

* remove testing code

github.com/urql-graphql/urql - b501be8ac5e2dbc7ae24b4116d3fa2d4bc9efc22 authored over 3 years ago by Jovi De Croock <[email protected]>
(core) - Avoid dispatching an operation for already active cache-first/only operations (#1600)

github.com/urql-graphql/urql - f02178f35edacc13170ede9bdbba20ce2b90b900 authored over 3 years ago by Phil Pluckthun <[email protected]>
(vue) - Implement client handles with methods to call hooks (#1599)

github.com/urql-graphql/urql - e51daa5da82d54e54d66adefec063f3cd82f613e authored over 3 years ago by Phil Pluckthun <[email protected]>
(graphcache) - Add cache.link method for writing links (#1551)

* Add store.link API to Graphcache

* Implement full link resolution and warning for cache.lin...

github.com/urql-graphql/urql - fd9dcf629348b1cfb4b9ce4a02cb7531254e7f6f authored over 3 years ago by Jovi De Croock <[email protected]>
(examples) Add with-graphcache-pagination (#1593)

* (examples) Add with-graphcache-pagination

github.com/urql-graphql/urql - dc5e9d77dca0a54e13e124b63920ad2c3f9eb0a8 authored over 3 years ago by Yanko Valera <[email protected]>
(examples) Add with-pagination (#1586)

* (examples) Add with-pagination

github.com/urql-graphql/urql - 7921737454b6e274352332767a372af72166c86f authored over 3 years ago by Yanko Valera <[email protected]>
(graphcache) - Improve internal typings for lists, scalars, and overall cleanliness (#1591)

* Refactor Graphcache types

* Adjust type naming

* Fix up inaccurate types in Graphcache
...

github.com/urql-graphql/urql - f130ef7ab1831e00b17e52bf71bff7e48beca913 authored over 3 years ago by Phil Pluckthun <[email protected]>
fix imports on next examples (#1587)

github.com/urql-graphql/urql - 8acc61d101a820046b3b5005e342a4888f4c8e01 authored over 3 years ago by Pascal Pixel <[email protected]>
(chore) - Remove CodeSandbox CI

github.com/urql-graphql/urql - 36a759acd1c4ff9131e80f2d78cd16b00f8f150f authored over 3 years ago by Phil Pluckthun <[email protected]>
(chore) - Upgrade direct and transitive dependencies (#1584)

github.com/urql-graphql/urql - fdfeb7ded5908bb46bc5acf54aaf6c3d87c5c1be authored over 3 years ago by Phil Pluckthun <[email protected]>
(examples) Add with-multipart example (#1585)

* (examples) add with-multipart example

github.com/urql-graphql/urql - 4f027e82ba57f0accd545b684a9e1514a838b76d authored over 3 years ago by Yanko Valera <[email protected]>
(examples) Usage of persistedFetchExchange (#1582)

* (examples) Usage of persistedFetchExchange

github.com/urql-graphql/urql - 5e6eeb4d8ee4cce149e6b8eb915230b3f11e398a authored over 3 years ago by Yanko Valera <[email protected]>
(chore) - Remove @urql/exchange-suspense from releases

github.com/urql-graphql/urql - 0b236f7f92735ee41aeb3132a462b4d2ff053c66 authored over 3 years ago by Phil Pluckthun <[email protected]>
(chore) - Remove deprecated suspenseExchange package (#1583)

github.com/urql-graphql/urql - 1c34b13703445a2445d1b5cf101e824d31c12590 authored over 3 years ago by Phil Pluckthun <[email protected]>
(core) - Add changeset for #1515

github.com/urql-graphql/urql - f25c1fc7c7842842ced51d15231881fa3d156c93 authored over 3 years ago by Phil Pluckthun <[email protected]>
(core) - Make Client more forgiving by sharing result sources that emit cached results (#1515)

* Replace operation semaphore with shared behavior source

Replace the client's counting of ac...

github.com/urql-graphql/urql - e8ae745bbad273483d715a0ced779d2b7fb238a6 authored over 3 years ago by Phil Pluckthun <[email protected]>
(examples) - next.js (#1502)

* add next example

* Update examples/with-next/README.md

Co-authored-by: Jess Telford <jes...

github.com/urql-graphql/urql - c5e1422f762a9dc003cf3827d8c1da50d5a3ec00 authored over 3 years ago by Jovi De Croock <[email protected]>
(chore) - remove closure-compiler (#1570)

* remove closure-compiler, the current rollup plugin isn't really maintained and we were seeing ...

github.com/urql-graphql/urql - 25e6c5bd393bf94a58e030088724a58df6df0dd9 authored over 3 years ago by Jovi De Croock <[email protected]>
(introspection) - Add options to include more schema info to minifyIntrospectionQuery (#1578)

* Add includeScalars option to minifyIntrospectionQuery

* Remove Any scalar if it's not neede...

github.com/urql-graphql/urql - 398007e0c5f9ffd308d09710fff231fb6158d08b authored over 3 years ago by Phil Pluckthun <[email protected]>
(examples) Usage of retryExchange (#1575)

* Add retryExchange usage example

github.com/urql-graphql/urql - d90f7dede95e454c072e1424b226a710ef6be0df authored over 3 years ago by Yanko Valera <[email protected]>
(examples) - react.js (#1573)

* (examples) - react.js

github.com/urql-graphql/urql - da5b183d42baecee8fd7f3d500283e1bd90b8a07 authored over 3 years ago by Yanko Valera <[email protected]>
(docs) Improve retryIf function in example (#1576)

* Improve retryIf function in example

github.com/urql-graphql/urql - dfc647efd34ed7e78d5dd289bde04c9f4fc76288 authored over 3 years ago by Yanko Valera <[email protected]>
Add Vite-specific installation instructions (#1580)

github.com/urql-graphql/urql - 5d79daa3359e130c07eca772202629a395dff163 authored over 3 years ago by Teodor Maxim <[email protected]>
(graphcache) - make list items non-nullable without schema-awareness (#1566)

* list-items are never nullable when we aren't using schema-awareness, this would otherwise lead...

github.com/urql-graphql/urql - ae650d103f7de7c266d8b0c5f9a489991bede1e4 authored over 3 years ago by Jovi De Croock <[email protected]>
(docs) - missing import/dependency in Next.js example (#1571)

github.com/urql-graphql/urql - 95e73a0abe45b9a1c196507ec70662cf6f340d31 authored over 3 years ago by Kenan Yusuf <[email protected]>
Fix useQuery `pause` link (#1569)

Same fix as in #1439

github.com/urql-graphql/urql - c1553a7ada6213de1233482e674df1ce31a1dd9c authored over 3 years ago by Ian Kerins <[email protected]>
(docs) - Update CI status badge

github.com/urql-graphql/urql - b6890ba1b0c9fa9e99301338555ea10d602cee22 authored over 3 years ago by Phil Pluckthun <[email protected]>
(chore) - Update ESLint + plugins and fix warnings (#1559)

* Upgrade ESLint + plugins

* Upgrade preset to fix "recommended" warning

* Fix warnings in...

github.com/urql-graphql/urql - 451f6ef9c0165834eef09c3dff71c4eb5d8e42d6 authored over 3 years ago by Phil Pluckthun <[email protected]>
(chore) - Limit site workflow to docs paths

github.com/urql-graphql/urql - 308092d55a81181717381b4314393e2f7c3ecdb8 authored over 3 years ago by Phil Pluckthun <[email protected]>
Fix incorrect bullet list (#1558)

github.com/urql-graphql/urql - 8573f3f378a66c5fc335093be47f749bee045c49 authored over 3 years ago by Oscar Bolmsten <[email protected]>
Fix minor issues in Github Actions

github.com/urql-graphql/urql - 91595ecc09f13e70ce65a258e65cf57c7bf54f3c authored over 3 years ago by Phil Pluckthun <[email protected]>
(chore) - Migrate CI to GitHub Actions (#1555)

* Delete Circle CI configs

* Add new actions

* Update build parallelism script

* Add mi...

github.com/urql-graphql/urql - 0fbb724ec5ebf521d4f1b1dbaa102bf1c705e903 authored over 3 years ago by Phil Pluckthun <[email protected]>
Fix link to auth exchange options (#1554)

github.com/urql-graphql/urql - e1d82bd93342863cc2c2612552cac23a545ef83d authored over 3 years ago by bartenra <[email protected]>
Update core package link (#1545)

the core package link file name is `core.md`, not `core-package.md`.

github.com/urql-graphql/urql - ef4b5b002d31e17d84fb41e5feb24d2200c9656f authored over 3 years ago by Yash Thakkar <[email protected]>
allow nullability for mutation and subscriptionType in the graphCache schema parameter (#1530)

github.com/urql-graphql/urql - ceb9d6a916142ca0b8a173965e3e37a906a0d4f2 authored over 3 years ago by Jovi De Croock <[email protected]>
(docs) - Fix broken link (#1536)

github.com/urql-graphql/urql - 598d1595692049e248f01dd00dbed1f918cbd364 authored over 3 years ago by Yash <[email protected]>
(docs) - Remove accidental bullet point (#1535)

github.com/urql-graphql/urql - 4ea8562ca4252ecb65e5a3d55a4d573be1f8f80d authored over 3 years ago by Yash <[email protected]>
(core) - Make DocumentNode serialization idempotent (#1509)

github.com/urql-graphql/urql - 6e6ac18d96347aedac32162d6d8096050069ef6a authored over 3 years ago by Matthew Francis Brunetti <[email protected]>
(docs) - Update retry-operations.md (#1505)

github.com/urql-graphql/urql - ed45f960122e5e3848dfbb4382304f774417b5e9 authored almost 4 years ago by Dan Beneventano <[email protected]>
Version Packages (#1432)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/urql-graphql/urql - 7584386d25ba7c7f00c4d260c7b98a365beec828 authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(next) - hydrate cache correctly when using getStaticProps (#1501)

* hydrate cache correctly when using getStaticProps

* set client to true

* prettier

* U...

github.com/urql-graphql/urql - 3cfe569f53dc895f9379c54c82990f9c6502449c authored almost 4 years ago by Jovi De Croock <[email protected]>
Small typo fixes in docs (#1491)

github.com/urql-graphql/urql - 084703c4395af7d19d1d1b4de033bede086072d7 authored almost 4 years ago by Grant Sander <[email protected]>
Update Storybook addon metadata (#1469)

* Update @urql/storybook-addon package.json for addon-catalog

* Update packages/storybook-add...

github.com/urql-graphql/urql - 65e15c568c9a0755894dfb02995f0262e1fe75f9 authored almost 4 years ago by Kevin Killingsworth <[email protected]>
Update README.md to fix Getting Started link (#1466)

* Update README.md to fix Getting Started link

Getting a 404 on that link and this looks like...

github.com/urql-graphql/urql - 8d68ed99a08f846a1880043f47c363e3c1ac2a3b authored almost 4 years ago by Matt Lehrer <[email protected]>
(svelte) - make the mutation request argument less strict (#1473)

* make the svelte.mutation request argument less strict

* Update .changeset/fast-glasses-grin.md

github.com/urql-graphql/urql - b88562601b850d6fd98e9c93bfb70d1aeb44038a authored almost 4 years ago by Jovi De Croock <[email protected]>
(docs) - Fix typos in subscriptions.md (#1451)

github.com/urql-graphql/urql - 0b70cdda4d4cecc63c1ff4ba0b32d048715e4bbc authored almost 4 years ago by GreenRobot <[email protected]>
Update subscriptions.md (#1447)

'subscription', not 'subsription'

github.com/urql-graphql/urql - 86052db027b7dc3923228c5eb4938880dabf76c7 authored almost 4 years ago by GreenRobot <[email protected]>
Fix description of pause for useSubscription docs (#1439)

github.com/urql-graphql/urql - 69195d19d15d6f8b16a0e07130f5a4469494e37a authored almost 4 years ago by Alexander Varwijk <[email protected]>
(docs) - Apply edits to automatically flagged errors (#1437)

github.com/urql-graphql/urql - ac199a70dc105896cdc5ed78ad27bc242c6dbea3 authored almost 4 years ago by Phil Pluckthun <[email protected]>
update exchanges link (#1434)

github.com/urql-graphql/urql - 530e23121488e396a4919be0e4c539a0b01383da authored almost 4 years ago by Jovi De Croock <[email protected]>
(react/preact) - add displayName to the context provider (#1431)

* add displayName to the (P)React context provider

* move displayName to context var

github.com/urql-graphql/urql - 874c5f82e4e04a3430075df3c97b30fe1c149a26 authored almost 4 years ago by Jovi De Croock <[email protected]>
(refocus) - only use the refocus-exchange in a browser env (#1430)

* only use the refocus-exchange in a browser env

* add missing semicolon

github.com/urql-graphql/urql - 5da952cb9ab98e1710ec68dd0a949313a4e08719 authored almost 4 years ago by Jovi De Croock <[email protected]>
(chore) - Fix docs images in static export

See: https://github.com/react-static/react-static/pull/1425

github.com/urql-graphql/urql - 0d64f2cb3f449f62e67ae064450dedf2b9082348 authored almost 4 years ago by Phil Pluckthun <[email protected]>
(chore) - Fix react-static docs pages build (#1428)

* (chore) - Fix react-static docs pages build

- Fix react-router plugin not outputting correc...

github.com/urql-graphql/urql - 9b7fd1bf4280566e88d4e89b28e29b3c2852d916 authored almost 4 years ago by Phil Pluckthun <[email protected]>
(docs) - Expand "Core" page in the documentation (#1419)

github.com/urql-graphql/urql - 7ab81d0ccc949a87c3b5666e0303374554fc4d5f authored almost 4 years ago by Phil Pluckthun <[email protected]>
(docs) - Replace "Main Concepts" section with "Architecture" and "Authoring Exchanges" pages (#1418)

* Move "Document Caching" and "Errors" to "Basics"

* Add new "Architecture" page

* Move "E...

github.com/urql-graphql/urql - 3933e2d81714d2ed606867b862d86b145d816a6d authored almost 4 years ago by Phil Pluckthun <[email protected]>
(docs) - Fix frontmatter heading in core.md

github.com/urql-graphql/urql - 7b46acd810c63e19bb864f509082a88eeb91d2cd authored almost 4 years ago by Phil Pluckthun <[email protected]>
(docs) - Update "Schema Awareness" with new information

github.com/urql-graphql/urql - 33075b21c1e1878f4cc7f8c7a133e9a0a41cbe14 authored almost 4 years ago by Phil Pluckthun <[email protected]>
(docs) - Replace "Under the hood" page

github.com/urql-graphql/urql - 505669f554839129d317578611094241052d2dc5 authored almost 4 years ago by Phil Pluckthun <[email protected]>
(docs) - Fix internal links for Graphcache updates

github.com/urql-graphql/urql - dbd60f7761ab76a7f857d6b492ebac2c7b779c5b authored almost 4 years ago by Phil Pluckthun <[email protected]>
(docs) - Overhaul "Local Resolvers" & "Cache Updates" Graphcache docs pages (#1412)

* Rename "Computed Queries" to "Local Resolvers"

* Expand "Local Resolvers" introduction sect...

github.com/urql-graphql/urql - 434b8e9a221cd89be883b7023e88a42d60cbc409 authored almost 4 years ago by Phil Pluckthun <[email protected]>
(docs) - Fix path rewrites for non client routed links (#1393)

github.com/urql-graphql/urql - d0baa7f2230bb525c3d3197fe589a419913038e9 authored almost 4 years ago by Alexander Varwijk <[email protected]>
Version Packages (#1385)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/urql-graphql/urql - e5ea77e836b11be379327bee7abe74109d0adabc authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(react) - move subscription handler to a ref to avoid infinite loops (#1384)

* move subscription handler to a ref to avoid infinite loops

* simplify implementation

* f...

github.com/urql-graphql/urql - aa3f8ca92aa136d81a47452ab2248857a7e0ff8c authored almost 4 years ago by Jovi De Croock <[email protected]>
(react) - shield for cross-component updates (#1383)

* shield for cross-component updates

* add changeset

github.com/urql-graphql/urql - d7214161181008b593d98c4b41902df0e6b6efc2 authored almost 4 years ago by Jovi De Croock <[email protected]>
Fix wrong link with localhost:3000 (#1381)

github.com/urql-graphql/urql - 32c193b71e413ea4218003580264ac4ae1bc6284 authored almost 4 years ago by Renato Ribeiro <[email protected]>
docs: renamed 'custom updates' to 'cache updates' (#1317)

github.com/urql-graphql/urql - 47eaff17fcf72684eb12bd1009d3014f91a81c86 authored almost 4 years ago by bacebu4 <[email protected]>
Version Packages (#1340)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/urql-graphql/urql - 8894a86ac630dcb5fcbd595e457681c3fd54341a authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(graphcache) - Allow partial schema to be passed for altered root names (#1379)

* (graphcache) - Allow partial schema to be passed for altered root names

* Fix up PartialInt...

github.com/urql-graphql/urql - d0e067ad4f4fda2e2ca7b469e0fa7aa224c22384 authored almost 4 years ago by Phil Pluckthun <[email protected]>
(request-policy) - Fix conditions and time of upgrading operations (#1377)

* (request-policy) - Fix conditions and time of upgrading operations

* Add changeset

* Fix...

github.com/urql-graphql/urql - a861de8d55bd0449e9d23d7241fc6c16ad522d92 authored almost 4 years ago by Phil Pluckthun <[email protected]>
(hotfix) - Add missing eslint-disable pragma to react-urql

github.com/urql-graphql/urql - 4f259bb6f9bdaeffdbc6d967bd30aab3ef2d0bd6 authored almost 4 years ago by Phil Pluckthun <[email protected]>
(chore) - Upgrade direct and transitive dependencies (#1376)

* Upgrade dependencies

* Upgrade transitive dependencies

* Pin react-static to 7.4.2

github.com/urql-graphql/urql - b42810177263e6c444c06cc74ab2de957b3b15ec authored almost 4 years ago by Phil Pluckthun <[email protected]>
(hotfix) - Add missing imports to packages/core/src/client.ts

github.com/urql-graphql/urql - b5fcafd2e127e93c5440b2c162b7307215ab774b authored almost 4 years ago by Phil Pluckthun <[email protected]>
(docs) - Improve Normalized Caching introduction doc (#1371)

* (docs) - Add new "Normalized Caching" introduction

* (docs) - Add more custom keys details ...

github.com/urql-graphql/urql - 3812623d0515bcea679e4230d5e5896ebcf44285 authored almost 4 years ago by Phil Pluckthun <[email protected]>
(core) - Reemit results as stale if they're refetched in the background (#1375)

* Reemit results as stale on active refetches

* Add test for stale = true on reexecute behavi...

github.com/urql-graphql/urql - 1de153b6e18f452f1dbe42728afd1dd27cb6c994 authored almost 4 years ago by Phil Pluckthun <[email protected]>
(core) - Remove deprecated operationName property from Operations (#1357)

* Remove deprecated operationName property from Operation

* Add changeset

* Bump bindings ...

github.com/urql-graphql/urql - 9a1f1239e54a363f81a1858019244adbf82230a1 authored almost 4 years ago by Phil Pluckthun <[email protected]>
(breaking) - Remove pollInterval option from urql (#1374)

* Remove `pollInterval` OperationContext option from @urql/core

* Remove pollInterval from re...

github.com/urql-graphql/urql - 97689ff93193cf4071e656d3044aafb78589fbba authored almost 4 years ago by Phil Pluckthun <[email protected]>
(docs) - split up basics by bindings (#1218)

* start splitting up

* remove preludes

* add titles

* Apply suggestions from code revie...

github.com/urql-graphql/urql - 2b4557dafee1c4df7d8d53d6a0d09926225d0727 authored almost 4 years ago by Jovi De Croock <[email protected]>
(graphcache) - Fix uncached GraphQLError fields making it impossible to get first API result (#1367)

github.com/urql-graphql/urql - 832d9fd5360e739c6dd3132f166863102d52155a authored almost 4 years ago by Phil Pluckthun <[email protected]>
(graphcache) - Handle fields with associated GraphQLError as cache misses and provide errors to updaters (#1356)

* Add Context.path tracking the currently field alias path

* Remove active ctx.path tracking ...

github.com/urql-graphql/urql - 6a687091b67dc3d0ee78353ca79b0aa401ba983c authored almost 4 years ago by Phil Pluckthun <[email protected]>
(persisted) - Add enforcePersistedQueries option to persistedFetchExchange (#1358)

github.com/urql-graphql/urql - 77fe7725d039f89500f03560aea19254630d8a5f authored almost 4 years ago by Phil Pluckthun <[email protected]>
(docs) - update execute-exchange api docs

github.com/urql-graphql/urql - 4df11e0ea660eb5762aaf67b5fdc882dad686a3d authored almost 4 years ago by Jovi De Croock <[email protected]>
(introspection) - Improve schema minification by removing meta types (#1351)

github.com/urql-graphql/urql - c38c721eba508c68e530ea44a3e81c211cee31df authored almost 4 years ago by Phil Pluckthun <[email protected]>
(docs) - Remove hoisting of mocked client in Jest tests (#1345)

github.com/urql-graphql/urql - 27a88abbbc8dba307f32716a6c85c59ddec2bd24 authored almost 4 years ago by Phil Pluckthun <[email protected]>
Update changesets/action and add full SHA commit hash (#1341)

github.com/urql-graphql/urql - cc6b5afeffcb20719e636a4c8b0afd57a5f9e951 authored almost 4 years ago by Phil Pluckthun <[email protected]>
(react) - New MutableSource-like hooks implementation for suspense/concurrent (#1335)

* Add cache and mutable source based Suspense implementation

* Add cache reclaim logic to del...

github.com/urql-graphql/urql - e9962bdc0e949d9d53f1208a011311089db6c539 authored almost 4 years ago by Phil Pluckthun <[email protected]>
Version Packages (#1316)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/urql-graphql/urql - 4b3372466827674b0df8a7f6a70936ac41743d36 authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
docs(subscriptions): change websocket protocol prefix (#1324)

github.com/urql-graphql/urql - 3276a24fff7687fe2b154a191cbbf80819943026 authored almost 4 years ago by impulse <[email protected]>
(core) - Fix graphql-tag/loader document.loc.source usage (#1315)

* (core) - Fix graphql-tag/loader document.loc.source usage

For output from graphql-tag/loade...

github.com/urql-graphql/urql - a2d21715b195b6ee41e558e5df8cc0c6854c4b77 authored almost 4 years ago by Phil Pluckthun <[email protected]>
Version Packages (#1296)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/urql-graphql/urql - 8b8e71bab1760ab59c18fe56efa36ce78e7479fa authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(react) - Fix Suspense-on-update giving stale results in Concurrent Mode (#1308)

* (react) - Delay suspenseful updates by an effect-cycle

* (react) - Convert implicitly sent ...

github.com/urql-graphql/urql - f9889615ea01a975ce9c2beada398c6e4e74dde1 authored almost 4 years ago by Phil Pluckthun <[email protected]>
(graphcache) - Relay backwards pagination (#1311)

* fix relayPagination bugging out when pages overlap

* Update .changeset/strange-scissors-swi...

github.com/urql-graphql/urql - fb37ad30fd2f97ffe06622010bba7cf3cc05f634 authored almost 4 years ago by Jovi De Croock <[email protected]>
(docs) clarify necessity of `__typename` for abstract types in readFragment (#1307)

If you're using a fragment on an abstract type in `readFragment` then you must specify the concr...

github.com/urql-graphql/urql - edb0f71e3f95b005139a750120ca56a4db571b18 authored almost 4 years ago by Alexander Varwijk <[email protected]>
(graphCache) - warn when using an interface or union type in the resolvers (#1304)

* warn when using an interface or union type in the resolvers

* Update errors.md

github.com/urql-graphql/urql - 42e89969776f2886110c6de9fe7497a933b7fa69 authored almost 4 years ago by Jovi De Croock <[email protected]>
(next-urql) - Use uppercase for React components (#1302)

* Use uppercase for React components

This enables them to be properly be detected by react r...

github.com/urql-graphql/urql - e5da8bc78eb218e1dcd73a01888f6aabc20eee8a authored almost 4 years ago by Jovi De Croock <[email protected]>
(graphcache) - Prefer updated layer in re-query (#1300)

* (graphcache) - Prefer updated layer in re-query

All results from the API are requeried but ...

github.com/urql-graphql/urql - 618f791a011bfb55de2a8d8bede3dc4132b4af75 authored almost 4 years ago by Phil Pluckthun <[email protected]>
(next-urql) update next version to ^10.0.3 (#1294)

* set example 1 tsconfig to strict
* support `NextPage` and related `AppContext` types
* updat...

github.com/urql-graphql/urql - 95387525b4f90c2f0ed769b4b4e50d236de5f5a1 authored almost 4 years ago by Will Golledge <[email protected]>
(docs) add a search input to the sidebar (#1281)

* Add < SidebarSearchInput />
* Filter sidebar headings and subheadings based on input
* While...

github.com/urql-graphql/urql - 0b2c8db694dd5541d47c033108d8bd975e699e38 authored almost 4 years ago by Will Golledge <[email protected]>