CategoryCreate
Result of category create mutation.
type CategoryCreate {
category: Category
productErrors: [ProductError!]!
}
Fields
CategoryCreate.category ● Category object
The created category.
CategoryCreate.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
categoryCreate mutation