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
}
hasPreviousPage
● Boolean!
hasNextPage
● Boolean!
startCursor
● String
endCursor
● String