You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/dev-docs/migration/v4-to-v5/step-by-step.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ Follow the steps below and leverage retro-compatibility flags and guided migrati
115
115
116
116
### Migrate GraphQL API calls
117
117
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).
119
119
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).
120
120
3. Validate that your client is running correctly.
121
121
4. Disable the retro-compatibily flag by setting `v4ComptabilityMode` to `true` and start using the new response format.
0 commit comments