ProductCreate Object
Creates a new product.
type ProductCreate {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
product: Product
}
Fields
ProductCreate.productErrors ● [ProductError!]! deprecated non-null object products
DEPRECATED
Use errors field instead.
ProductCreate.errors ● [ProductError!]! non-null object products
ProductCreate.product ● Product object products
Returned By
productCreate mutation