OBJECT

MediaCategory

Media's category

link GraphQL Schema definition

  • type MediaCategory {
  • # Id
  • id: Int!
  • # Site associated to the Media category
  • site: Site
  • # Title
  • title: String
  • # Is the Media category hidden?
  • hidden: Boolean
  • # Date of creation
  • createdAt: DateTime
  • # Date of last update
  • updatedAt: DateTime
  • # Repository category (site, platform, sub_platform or root)
  • repository: String
  • }