AboutSupportDeveloper GuideVersion 2.0.0

Entity type for paging info.

interface PageInfo {
    endCursor?: string;
    hasNextPage?: boolean;
    hasPreviousPage?: boolean;
    startCursor?: string;
}

Properties

endCursor?: string
hasNextPage?: boolean
hasPreviousPage?: boolean
startCursor?: string

Generated using TypeDoc