pagination
Concerns $limit/$skip or the paginated result shape.
| Name | Category | Description |
|---|---|---|
disablePagination | hooks | Disables pagination when |
getPaginate | utils | Resolves the active pagination options for the current hook context.
Checks (in order): |
getResultIsArray | utils | Normalizes |
mutateResult | utils | Applies a transformer function to each item in |
toPaginated | utils | Ensures a result is in Feathers paginated format ( |
unpaginate | utils | Extracts the items from a find result that may or may not be paginated.
A plain array is returned as-is, a paginated result yields its This is the lossy counterpart to |
isPaginated | predicates | Checks if the current |
See all tags for the full vocabulary.
