@apollo/client@4.3.0-alpha.1
📦 apollo-clientView on GitHub →
🐛 1 fixes🔧 7 symbols
Summary
This patch release aligns the generic constraints on several deprecated and internal types to match the standard Cache.Implementation, improving consistency across the cache API.
🐛 Bug Fixes
- Aligned remaining cache generic constraints in deprecated React mutation types (MutationHookOptions, MutationFunctionOptions, MutationTuple) and internal types (InternalRefetchQueriesOptions, QueryInfo) to use Cache.Implementation instead of ApolloCache.