diff --git a/core/pagination.md b/core/pagination.md index 027cc3b7b99..4f5936b164c 100644 --- a/core/pagination.md +++ b/core/pagination.md @@ -586,3 +586,6 @@ A few existing classes are provided to make it easier to paginate the results: * `ApiPlatform\State\Pagination\ArrayPaginator` * `ApiPlatform\State\Pagination\TraversablePaginator` +* `ApiPlatform\Doctrine\Common\CollectionPaginator` +* `ApiPlatform\Doctrine\Common\SelectablePaginator` +* `ApiPlatform\Doctrine\Common\SelectablePartialPaginator`