Skip to content

@apollo/[email protected]

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Jun 18:19
· 206 commits to main since this release
0e686a1

Major Changes

  • #12727 b845906 Thanks @jerelmiller! - Add a codemod that renames old import locations from 3.x entrypoint to their 4.x entrypoint.

    Run the codemod using the following command:

    npx @apollo/client-codemod-migrate-3-to-4 --parser tsx ./src/**/*.{ts,tsx}

    The codemod supports .js, .jsx, .ts, and .tsx files.