Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akiran/apollo-link-cache


https://github.com/akiran/apollo-link-cache

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Apollo-link-cache
Sometimes we want to read and watch changes to subset of data in cache.
readFragment is available in Apollo to read subset of data.
Unfortunately, watchFragment is not available in Apollo to watch changes in subset of data.
This library helps in watching changes in subset of data.