INPUT_OBJECT

CreateMediaCategoryInput

Input type for creating a new Media Category

link GraphQL Schema definition

  • input CreateMediaCategoryInput {
  • # 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