ProductTypeUpdate
Result of product type update mutation.
type ProductTypeUpdate {
productType: ProductType
productErrors: [ProductError!]!
}
Fields
ProductTypeUpdate.productType ● ProductType object
The updated product type.
ProductTypeUpdate.productErrors ● [ProductError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
productTypeUpdate mutation