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