ProductTypeCreate Object
Creates a new product type.
type ProductTypeCreate {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
productType: ProductType
}
Fields
errors ● [ProductError!]!
productType ● ProductType
Show deprecated
Returned By
productTypeCreate mutation