Pagination

data class Pagination(val startCursor: String? = FIRST_CURSOR)

Used to specify a specific page to retrieve when doing a query.

Constructors

Link copied to clipboard
constructor(startCursor: String? = FIRST_CURSOR)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cursor pointing to the first element of the page to retrieve.