interface ApiPageInfo {
    hasNextPage: boolean;
    endCursor: null | string;
}

Properties

hasNextPage: boolean
endCursor: null | string