TagPage
The Result Set for a search using tags query
type TagPage implements PageResult {
content: [Tag!]
pageNumber: Int!
pageSize: Int!
offset: Int!
totalElements: Int!
totalPages: Int!
first: Boolean!
last: Boolean!
}
Fields
TagPage.content ● [Tag!] list object devices
The list of Tags for the current result
TagPage.pageNumber ● Int! non-null scalar common
Current Page Number of the Tag list
TagPage.pageSize ● Int! non-null scalar common
The requested page size
TagPage.offset ● Int! non-null scalar common
The requested page offset
TagPage.totalElements ● Int! non-null scalar common
Total elements for entire Result Set
TagPage.totalPages ● Int! non-null scalar common
Total Pages in the entire Result Set
TagPage.first ● Boolean! non-null scalar common
Is this the first page of Result Set?
TagPage.last ● Boolean! non-null scalar common
Is this the last page of Result Set?
Interfaces
PageResult interface pagination
This interface implemented by any paginated result sets.
Returned By
tags query