Skip to content

Commit 12f8424

Browse files
committed
Port #2360
1 parent 38fec9e commit 12f8424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/dev-docs/migration/v4-to-v5/step-by-step.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Follow the steps below and leverage retro-compatibility flags and guided migrati
115115

116116
### Migrate GraphQL API calls
117117

118-
1. Enable the retro-compatibility flag by setting `v4ComptabilityMode` to `true` in the `graphl.config` object of [the `/config/plugins.js|ts` file](/dev-docs/configurations/plugins#graphql).
118+
1. Enable the retro-compatibility flag by setting `v4ComptabilityMode` to `true` in the `graphql.config` object of [the `/config/plugins.js|ts` file](/dev-docs/configurations/plugins#graphql).
119119
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).
120120
3. Validate that your client is running correctly.
121121
4. Disable the retro-compatibily flag by setting `v4ComptabilityMode` to `true` and start using the new response format.

0 commit comments

Comments
 (0)