EpochPage
data class EpochPage(var pageInfo: PageInfo, var data: List<Epoch>) : Disposable
A page of items returned by the GraphQL server.
Constructors
| EpochPage | constructor(pageInfo: PageInfo, data: List<Epoch>) |
Properties
| Name | Summary |
|---|---|
| data | var data: List<Epoch> The data returned by the server. |
| pageInfo | var pageInfo: PageInfo Information about the page, such as the cursor and whether there are more pages. |
Functions
| Name | Summary |
|---|---|
| destroy | open override fun destroy() |