Skip to content

Commit

Permalink
docs: remove paginationUniqueKey option
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin658 committed Oct 31, 2022
1 parent e43f328 commit b9487d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ const { data, cursor } = await paginator.paginate(queryBuilder);
* `entity` [required]: TypeORM entity.
* `alias` [optional]: alias of the query builder.
* `paginationKeys` [optional]: array of the fields to be used for the pagination, **default is `id`**.
* `paginationUniqueKey` [optional]: field to be used as a unique descriminator for the pagination, **default is `id`**.
* `query` [optional]:
* `limit`: limit the number of records returned, **default is 100**.
* `order`: **ASC** or **DESC**, **default is DESC**.
Expand Down

0 comments on commit b9487d3

Please sign in to comment.