Apollo Client Reference: useQuery, useMutation, Cache, Subscriptions and Codegen
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...
releaserun.hashnode.dev2 min read