OBJECT

MediaType

Media type with count

link GraphQL Schema definition

  • type MediaType {
  • # Type of media (e.g., image, video, pdf, etc.)
  • type: String!
  • # Number of medias of this type
  • count: Int!
  • }