diff --git a/docs/configuration/localization.mdx b/docs/configuration/localization.mdx index 9174804a7cd..33689649ae8 100644 --- a/docs/configuration/localization.mdx +++ b/docs/configuration/localization.mdx @@ -213,11 +213,13 @@ query { } ``` +Alternatively, you can also localize a whole operation using the same `?locale=` and `?fallback-locale=` URL query parameters used on the REST API. + - In GraphQL, specifying the locale at the top level of a query will - automatically apply it throughout all nested relationship fields. You can - override this behavior by re-specifying locale arguments in nested related - document queries. + In GraphQL, specifying the locale at the top level of a query or using the + URL query parameters will automatically apply it throughout all nested + relationship fields. You can override this behavior by re-specifying locale + arguments in nested related document queries. #### Local API