CategoryUpdate
Result of category update mutation.
type CategoryUpdate {
category: Category
productErrors: [ProductError!]!
}
Fields
CategoryUpdate.category ● Category object
The updated category.
CategoryUpdate.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
categoryUpdate mutation