OBJECT

PageInfo

Container that keeps information about the current page.

link GraphQL Schema definition

  • type PageInfo {
  • # How many elements could be fetched totally.
  • totalElements: Int!
  • # How many elements have been actually fetched.
  • fetchedElements: Int!
  • # The next page offset
  • nextOffset: Int
  • }

link Require by