Skip to main content

EventPage

type EventPage

A page of items returned by the GraphQL server.

type EventPage struct {
// Information about the page, such as the cursor and whether there are
// more pages.
PageInfo PageInfo
// The data returned by the server.
Data []GraphQlEvent
}

func (*EventPage) Destroy

func (r *EventPage) Destroy()