INPUT_OBJECT
UpdateCategoryInput
Input type for updating a Category
link GraphQL Schema definition
- input UpdateCategoryInput {
- # Translations of the Category
- : [UpdateCategoryInputTranslations!]
- # Parent Category Id
- : Int
- # Does Category appear on front-end ?
- : Boolean
- }