Skip to main content
Version: 3.x

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

DEPRECATED

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

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

CategoryCreate.category ● Category object

Returned by

categoryCreate mutation


Was this page helpful?