Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions core/pagination.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ class Book
// ...
}
```
Note : The cursor-based pagination is only available if you are using numeric based ids. `uuid` support does not exist yet.

To know more about cursor-based pagination take a look at [this blog post on medium (draft)](https://medium.com/@sroze/74fd1d324723).

Expand Down