interface PageInfo {
    end_cursor: null | string;
    has_next_page: boolean;
}

Properties

end_cursor: null | string
has_next_page: boolean