Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akiran/apollo-link-cache
https://github.com/akiran/apollo-link-cache
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/akiran/apollo-link-cache
- Owner: akiran
- Created: 2018-03-06T07:18:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T15:34:24.000Z (almost 7 years ago)
- Last Synced: 2024-10-14T15:38:15.705Z (3 months ago)
- Language: JavaScript
- Size: 79.1 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.