OfflineClient
Enables offline workflows, conflict resolution and cache storage on top Apollo GraphQL JavaScript client.
Usage:
const offlineClient = new OfflineClient(config); await offlineClient.init();
Get access to offline store that can be used to visualize offline operations that are currently pending
Initialize client
Add new listener for listening for queue changes
Restore offline operations into the queue
Generated using TypeDoc
OfflineClient
Enables offline workflows, conflict resolution and cache storage on top Apollo GraphQL JavaScript client.
Usage:
const offlineClient = new OfflineClient(config); await offlineClient.init();