Skip to main content

Overview

useFetchManyWorkspacesWrapper follows the Wrapper pattern (mirroring useFetchManyEntitiesWrapper). It manages page state, accumulates results, and exposes a loadMore. There is no Redux slice — this is the house-style list hook for workspaces.

Usage Example

Parameters

number
Page size. Defaults to 10.
string | string[]
Include flags. memberCount adds each accumulated workspace’s direct member count; omit it and the field is absent. An array is joined with commas.

Returns