What "optimism" does to "apollo-cache-inmemory"
September 06, 2019apollo-cache-inmemory is the recommended cache implementation for Apollo Client. It caches your GraphQL response by breaking up a GraphQL query result into its constituent schema objects and stores it in a map.