Skip to main content

NameRegistrationPage

data class NameRegistrationPage(var pageInfo: PageInfo, var data: List<NameRegistration>) : Disposable

A page of items returned by the GraphQL server.

Constructors

NameRegistrationPageconstructor(pageInfo: PageInfo, data: List<NameRegistration>)

Properties

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