PageInfo
No description
type PageInfo {
hasPrevPage: Boolean! @deprecated
currentPage: Int!
lastPage: Int!
totalItems: Int!
hasNextPage: Boolean!
hasPreviousPage: Boolean!
startCursor: String
endCursor: String
}
Fields
PageInfo.hasPrevPage ● Boolean! deprecated non-null scalar
DEPRECATEDUse hasPreviousPage instead for cursor pagination
PageInfo.currentPage ● Int! non-null scalar
Use with "page" and "pageSize" arguments only
PageInfo.lastPage ● Int! non-null scalar
Use with "page" and "pageSize" arguments only