CategoryUpdate
Updates a category.
type CategoryUpdate {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
category: Category
}
Fields
CategoryUpdate.productErrors
● [ProductError!]!
deprecated non-null object products
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
CategoryUpdate.errors
● [ProductError!]!
non-null object products
CategoryUpdate.category
● Category
object products
Returned By
categoryUpdate
mutation