I have a Query that uses offset-style pagination; how to approach? #208
Unanswered
shaunatparallel
asked this question in
Q&A
Replies: 1 comment 1 reply
-
yes, you need to loop, see https://github.com/profusion/sgqlc/blob/master/examples/github/github_agile_dashboard.py#L203-L206 |
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
-
I have a Query that takes offset and returns 10 of the object at a given time. Is there a way to use Relay or some other pagniation approach to grab this?
The simple way would just to be a for loop and update the offset number every iteration.
Beta Was this translation helpful? Give feedback.
All reactions