Pagination on large collections? #5553
stevebrowndotco
started this conversation in
General
Replies: 1 comment 1 reply
-
Hello @stevebrowndotco
You can copy the generated code and edit it according to your needs. |
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
-
Hello! I have been testing the inferencer with the simple rest API integration. I noticed that pagination is figured out by first querying the entire list in the rest query, and then by making subsequent calls with the start and end params.
What about large collections where it is impractical to query the entire database? I'm talking thousands of records. Can the inferencer look for other properties in the API like a meta property colacted next to the data to get the total for pagination? Is it supported in the simple rest API integration, or do I need to "swizzle" it. Are there any examples for this?
Beta Was this translation helpful? Give feedback.
All reactions