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