ProductTypeCreate
Creates a new product type.
type ProductTypeCreate {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
productType: ProductType
}
Fields
ProductTypeCreate.productErrors
● [ProductError!]!
deprecated non-null object products
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
ProductTypeCreate.errors
● [ProductError!]!
non-null object products
ProductTypeCreate.productType
● ProductType
object products
Returned By
productTypeCreate
mutation