apollo-link-queue

JSON →
library 3.1.0 ·javascript maintenance
verified Jun 7, 2026

An Apollo Link that queues GraphQL requests when a condition is met, such as offline mode, and replays them when reconnected. Version 3.1.0 is the current stable release, last updated in 2019. Key differentiator: integrates with Apollo Link chain to buffer requests without custom middleware. Compared to alternatives like apollo-link-retry, it focuses on queueing rather than retrying failed requests.