CategoryInput
No description
input CategoryInput {
name: String
slug: String
description: String
descriptionJson: String
parent: ID
backgroundImage: Upload
backgroundImageAlt: String
seo: SeoInput
allowProductAssignment: Boolean
customFields: [AttributeValueInput!]
descriptionHtml: String
}