Skip to main content

List rental folders

Reconstructed — official concepts (rentalFoldersPaginated).

query ListRentalFolders($page: Int!, $pageSize: Int!) {
rentalFoldersPaginated(page: $page, pageSize: $pageSize) {
data {
id
reference
comment
}
meta {
currentPage
hasNextPage
totalCount
}
}
}

Then select the business fields you need (units, profiles, states) via the schema’s RentalFolder type.