An open API service indexing awesome lists of open source software.

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

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
```