categoryUpdate Mutation
Updates a category.
categoryUpdate(
id: ID!
input: CategoryInput!
): CategoryUpdate
Details
type CategoryUpdate {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
category: Category
}
Arguments
id ● ID!
ID of a category to update.
input ● CategoryInput!
Fields required to update a category.
Type
CategoryUpdate
Updates a category.