OBJECT

PageInfo

Information about pagination in a connection

link GraphQL Schema definition

  • type PageInfo {
  • # Indicates if there are more objects to fetch
  • hasNextPage: Boolean!
  • # Cursor to use in subsequent query to fetch next page of objects
  • endCursor: String
  • }

link Require by