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

With Automatic Persisted Queries#

Open in StackBlitz Open in CodeSandbox

This example shows urql in use with @urql/exchange-persisted-fetch's persistedFetchExchange to support Automatic Persisted Queries. This largely follows the "Persisted Queries" docs page and uses the trygql.formidable.dev/graphql/apq-weather 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: