CategoryCreate Object
Creates a new category.
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