Skip to main content

BusinessServicePage

No description

type BusinessServicePage {
totalElements: Int
totalPages: Int
items: [BusinessService!]!
selectorsUsed: [SystemSelector!]
}

Fields

BusinessServicePage.totalElements ● Int scalar

BusinessServicePage.totalPages ● Int scalar

BusinessServicePage.items ● [BusinessService!]! non-null object

BusinessServicePage.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

pagedBusinessService query