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