SapSystemPage
No description
type SapSystemPage {
totalElements: Int
totalPages: Int
items: [SapSystem!]!
selectorsUsed: [SystemSelector!]
}
Fields
SapSystemPage.totalElements ● Int scalar
SapSystemPage.totalPages ● Int scalar
SapSystemPage.items ● [SapSystem!]! non-null object
SapSystemPage.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
pagedSapSystems query