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
Include flags (comma-separated).

Returns