mongoose-aggregate-paginate-v2 icon indicating copy to clipboard operation
mongoose-aggregate-paginate-v2 copied to clipboard

Added prepaginate string type support for TypeScript

Open NishargShah opened this issue 1 year ago • 0 comments

As per the Readme, you can use __PREPAGINATE__ in the pipeline and pass that pipeline directly into the aggregatePaginate function but the issue is that the query only supports Aggregate which is not suitable for the pipeline so it gives the typescript error, so I added new type called PrePaginatePipelineStage in query.

NishargShah avatar Sep 26 '24 22:09 NishargShah