Events

data class Events(val pageInfo: QueryEventsQuery.PageInfo, val nodes: List<QueryEventsQuery.Node>)

Constructors

Link copied to clipboard
constructor(pageInfo: QueryEventsQuery.PageInfo, nodes: List<QueryEventsQuery.Node>)

Properties

Link copied to clipboard

A list of nodes.

Link copied to clipboard

Information to aid in pagination.