Skip to main content

UpdateProductCategoryInput

No description

input UpdateProductCategoryInput {
productCategoryId: ID!
parentId: ID
name: String
imageUrl: String
color: String
limit: Int
translations: [ProductCategoryTranslationInput!]
fieldDefinitionIds: [ID!]
withEvent: [ProductCategoryWithEventInput!]
}

Fields

UpdateProductCategoryInput.productCategoryId ● ID! non-null scalar

UpdateProductCategoryInput.parentId ● ID scalar

UpdateProductCategoryInput.name ● String scalar

UpdateProductCategoryInput.imageUrl ● String scalar

UpdateProductCategoryInput.color ● String scalar

UpdateProductCategoryInput.limit ● Int scalar

UpdateProductCategoryInput.translations ● [ProductCategoryTranslationInput!] list input

UpdateProductCategoryInput.fieldDefinitionIds ● [ID!] list scalar

Update the field definitions related to the category.

UpdateProductCategoryInput.withEvent ● [ProductCategoryWithEventInput!] list input

Member Of

updateProductCategory mutation