Migrating to Apollo Client @apollo/client@4.0.0-rc.12
Version @apollo/client@4.0.0-rc.12 introduces 1 breaking change. This guide details how to update your code.
Released: 8/15/2025
1
Breaking Changes
4
Migration Steps
1
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
@apollo/client/v4-migrationBreaking Changes
●Issue #1
Several values and types have been removed from the @apollo/client package, which will cause import errors for code that still references them. Import the new @apollo/client/v4-migration entrypoint to see the list of removed symbols and follow the provided migration docs to replace them.
Migration Steps
- 1Install the latest version of @apollo/client.
- 2Import @apollo/client/v4-migration to view the removed symbols.
- 3Replace imports of the removed values/types with the recommended alternatives as described in the doc blocks.
- 4Run your test suite to ensure no runtime import errors remain.
Release Summary
Introduced a @apollo/client/v4-migration entrypoint that surfaces removed values and types with migration guidance, addressing breaking changes from their removal.
Need More Details?
View the full release notes and all changes for Apollo Client @apollo/client@4.0.0-rc.12.
View Full Changelog