Automatic Unlimited Pagination Method #127
Closed
kolyasapphire
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, a couple of questions on how Automatic Unlimited Pagination works.
Am I right that when this transform is enabled, requests are done with
where: { id_gte: lastId }
filter wherelastId
is last item's id from previous chunk until number of items specified infirst:
filter is reached?Will it work with any ids? For example, in our Subgraph as ids we use integers, tx hashes and complex combinations like
txHash-logIndex
for uniqueness.Also can't find
after:
filter ofgraph-node
mentioned here.Beta Was this translation helpful? Give feedback.
All reactions