OBJECT

PaginatableMedias

link GraphQL Schema definition

  • type PaginatableMedias {
  • # Number of total items
  • total: Int!
  • # Current page
  • currentPage: Int!
  • # Items per page
  • perPage: Int!
  • # Paginated Medias
  • items: [Media]!
  • }

link Require by