Skip to content

Commit b9487d3

Browse files
committed
docs: remove paginationUniqueKey option
1 parent e43f328 commit b9487d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ const { data, cursor } = await paginator.paginate(queryBuilder);
4747
* `entity` [required]: TypeORM entity.
4848
* `alias` [optional]: alias of the query builder.
4949
* `paginationKeys` [optional]: array of the fields to be used for the pagination, **default is `id`**.
50-
* `paginationUniqueKey` [optional]: field to be used as a unique descriminator for the pagination, **default is `id`**.
5150
* `query` [optional]:
5251
* `limit`: limit the number of records returned, **default is 100**.
5352
* `order`: **ASC** or **DESC**, **default is DESC**.

0 commit comments

Comments
 (0)