ProductTypeUpdate
Updates an existing product type.
type ProductTypeUpdate {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
productType: ProductType
}
Fields
ProductTypeUpdate.productErrors
● [ProductError!]!
deprecated non-null object products
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
ProductTypeUpdate.errors
● [ProductError!]!
non-null object products
ProductTypeUpdate.productType
● ProductType
object products
Returned By
productTypeUpdate
mutation