We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7cd42c commit 7057d9eCopy full SHA for 7057d9e
1 file changed
core/pagination.md
@@ -561,6 +561,9 @@ class Book
561
// ...
562
}
563
```
564
+> [!NOTE]
565
+> The cursor-based pagination is only available if you are using numeric-based ids.
566
+> `uuid` support does not exist yet.
567
568
To know more about cursor-based pagination take a look at [this blog post on medium (draft)](https://medium.com/@sroze/74fd1d324723).
569
0 commit comments