Replies: 1 comment
-
Easiest thing to do is just move the entire supabase call inside the loop and just change the last id. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using a cursor on id to paginate like this:
This works. However, I look at my database logs and it turns out the "gt" parameters are stacking inside
thisPageQuery
such that the query looks like this:How can I clone the initial
query
object so thatthisPageQuery
gets a deep copy?Beta Was this translation helpful? Give feedback.
All reactions