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

Configure Feed

Select the types of activity you want to include in your feed.

Correct the url to graphcache

authored by

Jovi De Croock and committed by
GitHub
3ff4ed49 0b6ae8d4

+1 -1
+1 -1
README.md
··· 30 30 - ⚙️ Fully **customisable** behaviour [via "exchanges"](#-add-on-exchanges) 31 31 - 🗂 Logical but simple default behaviour and document caching 32 32 - ⚛️ Minimal React components and hooks 33 - - 🌱 Normalized caching via [`@urql/exchange-graphcache`](https://github.com/FormidableLabs/urql-exchange-graphcache) 33 + - 🌱 Normalized caching via [`@urql/exchange-graphcache`](https://github.com/FormidableLabs/urql/tree/master/exchanges/graphcache) 34 34 35 35 `urql` is a GraphQL client that exposes a set of React components and hooks. It's built to be highly customisable and versatile so you can take it from getting started with your first GraphQL project all the way to building complex apps and experimenting with GraphQL clients. 36 36