nestjsx / nestjs-typeorm-paginate

:page_with_curl: Pagination response object function + types for typeorm + nestjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get all rows (skip pagination)?

hichemfantar opened this issue · comments

Is there an option I can pass that allows me to skip pagination and return everything all at once.

Apparently you can get all records if you set the limit to 0.