PageInfo

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

Constructors

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

Properties

Link copied to clipboard

When paginating forwards, the cursor to continue.

Link copied to clipboard

When paginating forwards, are there more items?

Link copied to clipboard

When paginating backwards, are there more items?

Link copied to clipboard

When paginating backwards, the cursor to continue.