Skip to main content
Version: 3.x

CategoryUpdate

Updates a category.

Requires MANAGE_PRODUCTSpermission.
type CategoryUpdate {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
category: Category
}

Fields

CategoryUpdate.productErrors ● [ProductError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

CategoryUpdate.errors ● [ProductError!]! non-null object

CategoryUpdate.category ● Category object

Returned by

categoryUpdate mutation


Was this page helpful?