OBJECT

PaginatablePages

link GraphQL Schema definition

  • type PaginatablePages {
  • # Number of total items
  • total: Int!
  • # Current page
  • currentPage: Int!
  • # Items per page
  • perPage: Int!
  • # Paginated Pages
  • items: [Page]!
  • }

link Require by