INPUT_OBJECT

UpdateMediaCategoryInput

Input type for updating a Media Category

link GraphQL Schema definition

  • input UpdateMediaCategoryInput {
  • # Title of the Media category
  • title: String
  • # Does the Media category need to be hidden?
  • hidden: Boolean
  • # Hierarchical level of the Media category
  • hierarchy: String
  • }

link Require by