PageInfo

Information about pagination in a connection. https://relay.dev/graphql/connections.htm#sec-undefined.PageInfo
  • hasNextPage
    When paginating forwards, are there more items?
  • hasPreviousPage
    When paginating backwards, are there more items?
  • startCursor
    When paginating backwards, the cursor to continue.
  • endCursor
    When paginating forwards, the cursor to continue.