OBJECT

PageInfo

Information about pagination in a connection.

link GraphQL Schema definition

  • type PageInfo {
  • # Indicates if there are more pages to fetch.
  • hasNextPage: Boolean!
  • # Indicates if there are any pages prior to the current page.
  • hasPreviousPage: Boolean!
  • }