Apollo Cache Hermes

JSON →
library 0.8.16 ·javascript
verified Jun 7, 2026

An alternative cache implementation for Apollo Client (v0.8.16) optimized for heavy GraphQL payloads. Uses an immutable, normalized graph structure enabling direct references and constant-time reads, contrasting with Apollo's default InMemoryCache which rebuilds results on every read. Currently in early development with limited support for union types and writeData. Part of Apollo Client ecosystem, ships TypeScript types, and requires @apollo/client ^3.1.2 as a peer dependency.