diff --git a/core/pagination.md b/core/pagination.md index d2f18f6b32c..ec6d405eb99 100644 --- a/core/pagination.md +++ b/core/pagination.md @@ -337,6 +337,9 @@ 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).