PageInfo3

data class PageInfo3(val hasNextPage: Boolean, val endCursor: String?)

Constructors

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

Properties

Link copied to clipboard

When paginating forwards, the cursor to continue.

Link copied to clipboard

When paginating forwards, are there more items?