Update .changeset/tough-sloths-spend.md

Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
Signed-off-by: Abhishek Bvs <32136294+abhishekbvs@users.noreply.github.com>
This commit is contained in:
Abhishek Bvs
2025-10-25 15:13:35 +05:30
committed by GitHub
parent 68f7e2b0bc
commit ce2ad7f718
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-catalog-backend-module-github-org': patch
---
Added pageSizes configuration schema to support configurable page sizes for GitHub GraphQL API queries. This enables the configuration to be defined in catalogModuleGithubOrgEntityProvider.
Added configurable `pageSizes` for GitHub GraphQL API queries to prevent `RESOURCE_LIMITS_EXCEEDED` errors with organizations with large number of teams and members. Please see the [GitHub Org Data documentation](https://backstage.io/docs/integrations/github/org#configuration-details) for new configuration options.