PaginationInfo
No description
type PaginationInfo {
currentPageItemCount: Int!
currentPageNumber: Int!
pageSize: Int!
totalCount: Int!
totalPageCount: Int!
}
Fields
PaginationInfo.currentPageItemCount
● Int!
non-null scalar
PaginationInfo.currentPageNumber
● Int!
non-null scalar
PaginationInfo.pageSize
● Int!
non-null scalar
PaginationInfo.totalCount
● Int!
non-null scalar
PaginationInfo.totalPageCount
● Int!
non-null scalar
Member Of
PaginatedFolderResponse
object ● PaginatedListResponse
object ● PaginatedProjectPayload
object ● PaginatedRoomResponse
object