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

Properties

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

Generated using TypeDoc