Skip to content

Commit

Permalink
Fix documentation typo: Correct v4CompatibilityMode value for disabli…
Browse files Browse the repository at this point in the history
…ng retro-compatibility (strapi#2294)

This PR corrects a typo in the documentation. The step to disable the retro-compatibility flag currently instructs setting v4CompatibilityMode to true. However, the correct value should be false to disable retro-compatibility and start using the new response format.
  • Loading branch information
boiiiboi authored Nov 21, 2024
1 parent 4284387 commit 2cb41ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ Follow the steps below and leverage retro-compatibility flags and guided migrati
1. Enable the retro-compatibility flag by setting `v4CompatibilityMode` to `true` in the `graphl.config` object of [the `/config/plugins.js|ts` file](/dev-docs/configurations/plugins#graphql).
2. Update your queries and mutations only, guided by the dedicated [breaking change entry for GraphQL](/dev-docs/migration/v4-to-v5/breaking-changes/graphql-api-updated).
3. Validate that your client is running correctly.
4. Disable the retro-compatibily flag by setting `v4CompatibilityMode` to `true` and start using the new response format.
4. Disable the retro-compatibily flag by setting `v4CompatibilityMode` to `false` and start using the new response format.

0 comments on commit 2cb41ec

Please sign in to comment.