Apollo Client Reference: useQuery, useMutation, Cache, Subscriptions and Codegen
45m ago · 2 min read · Apollo Client reference — normalized cache, mutations, subscriptions, and codegen. The normalized cache is the key feature Apollo stores query results normalized by __typename + id. Every User with id: "123" is stored once in the cache as User:123. A...
Join discussion

