EventPage
data class EventPage(var pageInfo: PageInfo, var data: List<GraphQlEvent>) : Disposable
A page of items returned by the GraphQL server.
Constructors
| EventPage | constructor(pageInfo: PageInfo, data: List<GraphQlEvent>) |
Properties
| Name | Summary |
|---|---|
| data | var data: List<GraphQlEvent> The data returned by the server. |
| pageInfo | var pageInfo: PageInfo Information about the page, such as the cursor and whether there are more pages. |
Functions
| Name | Summary |
|---|---|
| destroy | open override fun destroy() |