result
Reads or rewrites context.result.
| Name | Category | Description |
|---|---|---|
setResult | hooks | Sets a property on each item in |
transformResult | hooks | Transforms each item in |
traverse | hooks | Recursively walks and transforms fields in record(s) using |
getResultIsArray | utils | Normalizes |
mutateResult | utils | Applies a transformer function to each item in |
replaceResult | utils | Replaces |
skipResult | utils | Sets |
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 |
zipDataResult | utils | Pairs each item in |
resolveResult | resolvers | Resolves and transforms |
isPaginated | predicates | Checks if the current |
See all tags for the full vocabulary.
