apollo-link-offline

JSON →
library 1.1.1 ·javascript
verified Jun 7, 2026

An Apollo Link (v3+ compatible) that queues all mutations optimistically when offline or on network errors, assuming requests will fail and retrying until success. Designed for speed and resilience on slow/unreliable connections. v1.1.1 is current, tested with @apollo/client ^3.7.14. Unlike other offline solutions, it always queues mutations and relies on optimistic responses for immediate UI feedback. Ships TypeScript types. Requires Apollo Client 3.7.14+, lodash, and uuid as peer dependencies. Active development with regular releases.