strawberry.relay.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:
-  has_next_page:- Type
-  bool
 
-  has_previous_page:- Type
-  bool
 
-  start_cursor:- Type
-  str | None
 
-  end_cursor:- Type
-  str | None