CategoryCreate
Creates a new category.
type CategoryCreate {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
category: Category
}
Fields
CategoryCreate.productErrors ● [ProductError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
CategoryCreate.errors ● [ProductError!]! non-null object
CategoryCreate.category ● Category object
Returned by
categoryCreate mutation
Was this page helpful?