INPUT_OBJECT
Input type for creating a new Media Category
input CreateMediaCategoryInput {# Title of the Media categorytitle: String!# Does the Media category need to be hidden?hidden: Boolean!# Hierarchical level of the Media categoryhierarchy: String!}