Inputs
PaginationInput
Specifies how to split the response into multiple pages.
Fields
cursor | Specifies what page to fetch. If you don’t specify cursor , fetches the first page. |
limit | The maximum number of items to return in a page. The default value for limit varies from query to query. |
Where Used
Usage | Used By | Description |
---|---|---|
Argument for Query | hubs | Retrieves all hubs that match the specified criteria. A Hub is a container of projects, shared resources, and users with a common context. |
Argument for Query | projects | Retrieves all projects that match the specified filter criteria from a specified hub. |
Argument for Query | folders | Retrieves all sub-folders within a specified folder that meet the filter criteria specified by the filter argument. |