@apollo/client@4.2.0-alpha.6
📦 apollo-clientView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This patch release addresses an issue where the deprecation warning for classic function signatures was incorrectly applied when using type inference with TypedDocumentNode.
🐛 Bug Fixes
- Fixed the deprecation warning for classic function overloads that rely on type inference from a TypedDocumentNode; the deprecation now only applies when explicit type arguments are provided.