Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tobkle committed Sep 9, 2017
1 parent fc170b9 commit 21982c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ This package enhances the generator to build additional pagination arguments and
It provides the following additional arguments:

Use:
* [<first>] <after>
* [<last>] <before>
* "first" "after"
* "last" "before"

### Forward Pagination
Forward Pagination returns edges (documents), which are coming after the cursor <after> (which is a document's ObjID in our case). It returns at most a number of <first> edges.
Expand Down

0 comments on commit 21982c1

Please sign in to comment.