V2PaginationInfo
No description
type V2PaginationInfo {
currentPageItemCount: Int!
currentPageNumber: Int!
pageSize: Int!
totalCount: Int!
totalPageCount: Int!
}
Fields
V2PaginationInfo.currentPageItemCount
● Int!
non-null scalar
V2PaginationInfo.currentPageNumber
● Int!
non-null scalar
V2PaginationInfo.pageSize
● Int!
non-null scalar
V2PaginationInfo.totalCount
● Int!
non-null scalar
V2PaginationInfo.totalPageCount
● Int!
non-null scalar
Member Of
PaginatedFolderPayload
object ● PaginatedListPayload
object ● PaginatedProjectPayload
object ● PaginatedRoomPayload
object