Type alias Pageable

Pageable: {
    cursor?: Maybe<Scalars["String"]>;
}

An interface representing lists that can be paginated with a cursor.

Type declaration

  • Optional cursor?: Maybe<Scalars["String"]>

    The cursor to use to fetch the next page of results, if any.

Generated using TypeDoc