diff --git a/.github/self-healing-ignore.json b/.github/self-healing-ignore.json index cc79d31bf6..a1fe270c59 100644 --- a/.github/self-healing-ignore.json +++ b/.github/self-healing-ignore.json @@ -581,6 +581,19 @@ "added": "2026-06-25" }, { + "number": 26787, + "reason": "Triage: type tightening and deprecation warnings, no runtime behavior change", + "added": "2026-06-26" + }, + { + "number": 25424, + "reason": "Triage: TypeScript type improvements only, no runtime behavior change", + "added": "2026-06-26" + }, + { + "number": 26732, + "reason": "Router: Internal implementation fix moving preview script injection mechanism. No public API or user-facing behavior change. Implementation detail about how the script is served.", + "added": "2026-06-26" "number": 26511, "reason": "Triage: test infrastructure improvement", "added": "2026-06-27" diff --git a/docusaurus/docs/cms/api/graphql.md b/docusaurus/docs/cms/api/graphql.md index ab238b2cbb..1e919c5d32 100644 --- a/docusaurus/docs/cms/api/graphql.md +++ b/docusaurus/docs/cms/api/graphql.md @@ -974,6 +974,10 @@ Pagination methods can not be mixed. Always use either `page` with `pageSize` or The default and maximum values for `pagination.limit` can be [configured in the `./config/plugins.js`](/cms/plugins/graphql#code-based-configuration) file with the `graphql.config.defaultLimit` and `graphql.config.maxLimit` keys. ::: +:::note Many-to-many relation ordering with pagination +When querying many-to-many relations with pagination, the custom order set in the admin panel is preserved. If you sort relations in a query (e.g., `categories(sort: "name")`), the pagination respects your specified sort order rather than the custom order configured in the content manager. +::: + ## `locale` {#locale} The [Internationalization (i18n)](/cms/features/internationalization) feature adds new features to the GraphQL API: