Skip to main content

CloudServicePage

No description

type CloudServicePage {
totalElements: Int
totalPages: Int
items: [CloudService!]!
selectorsUsed: [SystemSelector!]
}

Fields

CloudServicePage.totalElements ● Int scalar

CloudServicePage.totalPages ● Int scalar

CloudServicePage.items ● [CloudService!]! non-null object

CloudServicePage.selectorsUsed ● [SystemSelector!] list object

If while fetching the data for this page one or more selectors were used (see FilterInput) then the selector can be accessed as fields in the resulting page.

Returned By

pagedCloudServices query