Skip to main content

EpochPage

data class EpochPage(var pageInfo: PageInfo, var data: List<Epoch>) : Disposable

A page of items returned by the GraphQL server.

Constructors

EpochPageconstructor(pageInfo: PageInfo, data: List<Epoch>)

Properties

NameSummary
datavar data: List<Epoch>
The data returned by the server.
pageInfovar pageInfo: PageInfo
Information about the page, such as the cursor and whether there are more pages.

Functions

NameSummary
destroyopen override fun destroy()