Skip to main content

CheckpointSummaryPage

CheckpointSummaryPage

struct CheckpointSummaryPage

A page of items returned by the GraphQL server.

init(pageInfo:data:)

init(pageInfo: PageInfo, data: [CheckpointSummary])

data

var data: [CheckpointSummary]

The data returned by the server.

pageInfo

var pageInfo: PageInfo

Information about the page, such as the cursor and whether there are more pages.