Michael Roberts
07/05/2022, 10:42 AMfinaMany
lookup - is there a way to NOT paginate results, I’m filtering off of a start and end period, so I don’t envisage the return to be too large, but I’d like to not paginate, and return all as the default? Could anyone advise please 🙏Austin
07/05/2022, 9:24 PMfindMany
does not paginate by default, only if you use the cursor
or take
options.
Are you seeing different behavior?Vladi Stevanovic
Michael Roberts
07/20/2022, 9:31 AMVladi Stevanovic