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]!
  • # List of Media types with their count based on current filters (not just current
  • # page)
  • types: [MediaType]
  • }

link Require by