ProductTypeCreate
Creates a new product type.
type ProductTypeCreate {
productErrors: [ProductError!]!
productType: ProductType
}
Fields
ProductTypeCreate.productErrors ● [ProductError!]! non-null object
ProductTypeCreate.productType ● ProductType object
Returned By
productTypeCreate mutation