Hey, just wondering … with a `finaMany` lookup - i...
# orm-help
m
Hey, just wondering … with a
finaMany
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 🙏
👀 1
a
Hey Michael!
findMany
does not paginate by default, only if you use the
cursor
or
take
options. Are you seeing different behavior?
v
👋 hey @Michael Roberts ! Did you have a chance to see Austin's comment? Let us know if this is still an issue for you!
m
@Austin @Vladi Stevanovic Answered perfectly, sorry! So by default, we aren’t paginating results.
🙌 1
v
Excellent, thank you so much for letting me know!