Skip to main content

MovePackagePage

data class MovePackagePage(var pageInfo: PageInfo, var data: List<MovePackage>) : Disposable

A page of items returned by the GraphQL server.

Constructors

MovePackagePageconstructor(pageInfo: PageInfo, data: List<MovePackage>)

Properties

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