Increase the batch size query for GraphQL (currently limited to 30 items) #17727
Unanswered
MCYouks
asked this question in
Feature Requests
Replies: 1 comment
|
Stumbled upon your request, but found in the documentation that you can set it yourself as a comment comment on schema public is e'@graphql({"max_rows": 100})'; So guess you can close it. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Current state
At the moment, the size of query batch is limited to 30 items per Graphql query, against 1000 items using the Supabase SDK.
Problem
This batch size being very low, we need to create auto pagination utilities to query more than 30 items at once.
Proposed solution
Increase the batch size for GraphQL queries. 1000 items would be ideal.
All reactions