Skip to main content

EventPage

data class EventPage(var pageInfo: PageInfo, var data: List<GraphQlEvent>) : Disposable

A page of items returned by the GraphQL server.

Constructors

EventPageconstructor(pageInfo: PageInfo, data: List<GraphQlEvent>)

Properties

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