Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/configuration/localization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Banner>
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.
</Banner>

#### Local API
Expand Down