CategoryCreate Object
Creates a new category.
type CategoryCreate {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
category: Category
}
Fields
errors ● [ProductError!]!
category ● Category
Show deprecated
Returned By
categoryCreate mutation