Skip to main content

Type Alias: CheckpointSummaryPage

type CheckpointSummaryPage = {
data: CheckpointSummaryLike[];
pageInfo: PageInfo;
};

A page of items returned by the GraphQL server.

Properties

data

data: CheckpointSummaryLike[];

The data returned by the server.


pageInfo

pageInfo: PageInfo;

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