CheckpointSummaryPage
type CheckpointSummaryPage
A page of items returned by the GraphQL server.
type CheckpointSummaryPage struct {
// Information about the page, such as the cursor and whether there are
// more pages.
PageInfo PageInfo
// The data returned by the server.
Data []*CheckpointSummary
}
func (*CheckpointSummaryPage) Destroy
func (r *CheckpointSummaryPage) Destroy()