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