Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QLCached

Framework for building dynamic, fully configurable GraphQL cache storage.

Work in progress

Usage

import { QLCache } from 'apollo-qlcached';
import { HttpLink } from 'apollo-link-http';
import { ApolloClient } from 'apollo-client';

const cache = new QLCache({ splitMetadata: true });

const client = new ApolloClient({
  link: new HttpLink(),
  cache
});

About

Framework for building dynamic, fully configurable GraphQL cache storage

Resources

Stars

2 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages