https://github.com/jonaskello/graphql-hooks-normcache-example
Using graphql-hooks with graphql-norm to create a graphql client with normalized cache
https://github.com/jonaskello/graphql-hooks-normcache-example
Last synced: 4 months ago
JSON representation
Using graphql-hooks with graphql-norm to create a graphql client with normalized cache
- Host: GitHub
- URL: https://github.com/jonaskello/graphql-hooks-normcache-example
- Owner: jonaskello
- Created: 2019-07-22T18:47:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T19:54:04.000Z (almost 6 years ago)
- Last Synced: 2025-08-13T21:42:38.843Z (10 months ago)
- Language: TypeScript
- Size: 400 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphql-hooks-normcache-example
Using graphql-hooks with graphql-norm to create a graphql client with normalized cache.
## Description
This repo contains an example that combines [graphql-hooks](https://www.npmjs.com/package/graphql-hooks) with [graphql-norm](https://www.npmjs.com/package/graphql-norm) to create a graphql client with a normalized cache.
## How to start
```
yarn install
yarn start
```