OBJECT

Meta

link GraphQL Schema definition

  • type Meta {
  • # Current page number of paginated results
  • pageNum: Int
  • # Total number of results in the complete result set
  • total: Int
  • # Number of results displayed per page
  • pageSize: Int
  • }