Skip to main content

CategoryCreate

Creates a new category.

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

Fields

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

DEPRECATED

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

CategoryCreate.errors ● [ProductError!]! non-null object products

CategoryCreate.category ● Category object products

Returned By

categoryCreate mutation