OBJECT

PageInfo

Description

General information about a page of results.

link GraphQL Schema definition

  • type PageInfo {
  • # String used to identify the first edge in the response.
  • startCursor: String!
  • # String used to identify the last edge in the response.
  • endCursor: String!
  • # Specifies whether edges exist prior to the current page.
  • hasPreviousPage: Boolean!
  • # Specifies whether edges exist following the current page.
  • hasNextPage: Boolean!
  • }

link Require by