apollo-cache-hermes

JSON →
library 0.9.12 ·javascript
verified Jun 7, 2026

An alternative cache implementation for Apollo Client, currently at version 0.9.12 (stable). It is maintained by Convoy Inc. and optimized for heavy GraphQL payloads by using an immutable normalized graph structure that returns direct references, reducing CPU/memory overhead compared to Apollo's default InMemoryCache. Release cadence is irregular. Key differentiators include constant-time lookups for static queries, but it lacks support for union types and writeData. Requires @apollo/client ^3.10.8.