Skip to main content

CoinPage

data class CoinPage(var pageInfo: PageInfo, var data: List<Coin>) : Disposable

A page of items returned by the GraphQL server.

Constructors

CoinPageconstructor(pageInfo: PageInfo, data: List<Coin>)

Properties

NameSummary
datavar data: List<Coin>
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()