Skip to main content

EpochPage

type EpochPage

A page of items returned by the GraphQL server.

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

func (*EpochPage) Destroy

func (r *EpochPage) Destroy()