Skip to content

Commit

Permalink
doc: fix README.md typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin658 committed Mar 4, 2020
1 parent 0b2b50e commit f3743f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The `buildPaginator` function has the following options:
* `paginationKeys` [optional]: array of the fields to be used 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**.
* `order`: **ASC** or **DESC**, **default is DESC**.
* `beforeCursor`: the before cursor.
* `afterCursor`: the after cursor.

Expand Down

0 comments on commit f3743f5

Please sign in to comment.