Skip to main content

CategoryCreate Object

Creates a new category.

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

Fields

errors ● [ProductError!]!

category ● Category

Show deprecatedHide deprecated

productErrors ● [ProductError!]!

DEPRECATED

Use errors field instead.

Returned By

categoryCreate mutation