nestjs-paginate icon indicating copy to clipboard operation
nestjs-paginate copied to clipboard

How to get paginated raw data?

Open CrossPT opened this issue 1 year ago • 1 comments
trafficstars

For a specific case, I need to get the raw data without being transformed via TypeORM. Is this achievable?

CrossPT avatar Oct 21 '24 14:10 CrossPT

I don't think it's supported, but it shouldn't be hard to implement either, likely you'd only have to add a little option and if/else to the end of the paginate function :)

Helveg avatar Mar 06 '25 12:03 Helveg