productTypeUpdate Mutation
Updates an existing product type.
productTypeUpdate(
id: ID!
input: ProductTypeInput!
): ProductTypeUpdate
Show return type
Arguments
id ● ID!
ID of a product type to update.
input ● ProductTypeInput!
Fields required to update a product type.
Type
ProductTypeUpdate
Updates an existing product type.