PageInfo

data class PageInfo(val hasPreviousPage: Boolean, val hasNextPage: Boolean, val startCursor: String?, val endCursor: String?)

Constructors

Link copied to clipboard
constructor(hasPreviousPage: Boolean, hasNextPage: Boolean, startCursor: String?, endCursor: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard