PageInfo
No description
type PageInfo {
hasPreviousPage: Boolean!
hasNextPage: Boolean!
startCursor: String
endCursor: String
}
No description
type PageInfo {
hasPreviousPage: Boolean!
hasNextPage: Boolean!
startCursor: String
endCursor: String
}
PageInfo.hasPreviousPage
● Boolean!
PageInfo.hasNextPage
● Boolean!
PageInfo.startCursor
● String
PageInfo.endCursor
● String