productTypeUpdate
Updates a product type.
productTypeUpdate(
id: ID!
input: ProductTypeInput!
): ProductTypeUpdate!
Arguments
productTypeUpdate.id ● ID! non-null scalar
productTypeUpdate.input ● ProductTypeInput! non-null input
Type
ProductTypeUpdate object
Result of product type update mutation.