Matthew Lilley
Matthew Lilley
> Currently we don't have any right now. I can create one for you if you have issues with those? Yeah, if you have a basic template I could use...
Thanks @ardatan! I notice when setting first to >5000, I start seeing these errors: AggregateError: The `skip` argument must be between 0 and 5000, but is 6000, The `skip` argument...
Ah, I see the "skipArgumentLimit" on the auto-pagination transform config. That looks like it'll do the trick.
Unfortuately not, it seems anything above 5k will fail.
@ardatan is there a reason skip is being used? I know the docs, recommend against using using skip for fetching a large amount of enities, which is what we need...
@ardatan Gotcha! The alternative is in the other issue https://github.com/graphprotocol/graph-client/issues/148, but ofc this is problematic as well because you'd need to scan all ID's to get back what you want...
Unfortunately, this makes auto pagination pretty much useless in this context. I think there has been an implementation error in the creation of auto pagination, maybe because this behavior is...
@ardatan this is a bit of a tricky one. The alternative is querying this way around but first > 1000 does nothing. https://github.com/graphprotocol/graph-client/issues/149
@ardatan Yes, it's unusual behavior of The Graph node. Sometimes we do need to get all records for a particular reason though, in our previous pager we used this method...
@dotansimha I've asked Lufy to make a repro. We can reproduce this quite easily in a lot of different cases. Will post shortly.