apollo-link-queue-persist

JSON →
library 0.0.23 ·javascript
verified Jun 7, 2026

Apollo Client persistence library for queued GraphQL mutations and queries using apollo-link-queue. Current version 0.0.23, actively maintained fork of the original SocialAutoTransport package. Provides automatic restore and persistence of queued requests via AsyncStorage, localStorage, or custom wrappers. Includes beforeRestore, onCompleted, and onError hooks. Supports web and React Native. Key differentiator: integrates with apollo-link-queue to handle offline mutations and retry them when online. Requires @apollo/client ^3.2.5.