nestjs-typeorm-paginate
nestjs-typeorm-paginate copied to clipboard
:page_with_curl: Pagination response object function + types for typeorm + nestjs
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.25 to 18.7.18. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.3 to 4.8.3. Release notes Sourced from typescript's releases. TypeScript 4.8.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...
This allows the query builder to choose a count query type which is counts for RAW or counts for ENTITY when an entity has inner join with many to many...
 This is the meta output for only 40 rows of one entity. Im using queryBuilder and leftJoinAndMapOne and mapMany to get relationships. I don't understand where this totalItems number...
In IPaginationOptions: ``` /** * @default true * Turn off pagination count total queries. itemCount, totalItems, itemsPerPage and totalPages will be undefined */ countQueries?: boolean; ``` The comment is wrong...
Bumps [prettier](https://github.com/prettier/prettier) from 2.6.2 to 3.1.0. Release notes Sourced from prettier's releases. 3.1.0 diff ๐ Release note 3.0.3 ๐ Changelog 3.0.2 ๐ Changelog 3.0.1 ๐ Changelog 3.0.0 diff ๐ Release...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.13 to 20.9.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.9.5 to 7.23.2. Release notes Sourced from @โbabel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Hello, good morning! Thanks for creating and maintaining such nice tool to ease our lifes with pagination! I am using it together with Swagger yaml generation and swagger-codegen in a...
Fix for mocking paginate function using jest or other testing library