Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: expose pagination: false to REST / GraphQL #9952

Conversation

r1tsuu
Copy link
Member

@r1tsuu r1tsuu commented Dec 12, 2024

Exposes pagination: false to REST / GraphQL to improve performance on large collections by avoiding count query.
This will also be nice for our SDK #9463 to have the same properties.

@geminigeek
Copy link
Contributor

that was fast!

Copy link
Contributor

@DanRibbens DanRibbens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, I assumed we already had pagination as a query option for REST.

@r1tsuu r1tsuu merged commit b101fec into main Dec 13, 2024
59 checks passed
@r1tsuu r1tsuu deleted the feat/expose-pagination-false-to-local-api-and-graphql-options-for-find-and-other-opeartions branch December 13, 2024 14:23
Copy link
Contributor

🚀 This is included in version v3.7.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants