Skip to main content

ObjectPage

data class ObjectPage(var pageInfo: PageInfo, var data: List<Object>) : Disposable

A page of items returned by the GraphQL server.

Constructors

ObjectPageconstructor(pageInfo: PageInfo, data: List<Object>)

Properties

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