Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
README.md

With Graphcache's Pagination#

Open in StackBlitz Open in CodeSandbox

This example shows urql in use with @urql/exchange-graphcache's infinite pagination helpers to merge several pages of a Relay-compliant schema into an infinite list. This largely follows the "Pagination" section on the "Local Resolvers" docs page and uses the trygql.formidable.dev/graphql/relay-npm schema.

To run this example install dependencies and run the start script:

yarn install
yarn run start
# or
npm install
npm run start

This example contains: