PageInfo

Information to aid in pagination.

Attributes: has_next_page: When paginating forwards, are there more items? has_previous_page: When paginating backwards, are there more items? start_cursor: When paginating backwards, the cursor to continue end_cursor: When paginating forwards, the cursor to continue

Attributes:

  1. has_next_page:

    Type
    bool
  2. has_previous_page:

    Type
    bool
  3. start_cursor:

    Type
    str | None
  4. end_cursor:

    Type
    str | None