Pagination and limit work independently #1401
Closed
geminigeek
announced in
Roadmap
Replies: 3 comments 2 replies
-
Yes, this is actually working by design. Disabling pagination also removes the limit completely. But I think that we could probably extend this as a new feature. Let me convert this into a Discussion and mark it as |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi, thanks for the feature. you guys are super awesome |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Bug Report
currently there is no way to get n records while pagination is false , ( can not use with limit with pagination =false) , it seems limit and pagination are coupled.
Current Behavior
this query works
result
Expected Behavior
this query should also work, but it pulls all records ?
result
Possible Solution
Decouple pagination and limit
Steps to Reproduce
Detailed Description
Beta Was this translation helpful? Give feedback.
All reactions