ProductCreate Object
Creates a new product.
type ProductCreate {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
product: Product
}
Fields
errors ● [ProductError!]!
product ● Product
Show deprecated
Returned By
productCreate mutation