OBJECT

PageInfo

Information about pagination in a connection

link GraphQL Schema definition

  • type PageInfo {
  • # When paginating backwards, the cursor to continue
  • startCursor: String
  • # When paginating forwards, the cursor to continue
  • endCursor: String
  • }