Skip to content

Framework for building dynamic, fully configurable GraphQL cache storage

License

Notifications You must be signed in to change notification settings

graphql-heroes/qlcached

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published