productTypeUpdate
Updates an existing product type.
productTypeUpdate(
id: ID!
input: ProductTypeInput!
): ProductTypeUpdate
Arguments
productTypeUpdate.id ● ID! non-null scalar
ID of a product type to update.
productTypeUpdate.input ● ProductTypeInput! non-null input
Fields required to update a product type.
Type
ProductTypeUpdate object
Updates an existing product type.