taxClassUpdate
Update a tax class.
Added in Saleor 3.9taxClassUpdate(
id: ID!
input: TaxClassUpdateInput!
): TaxClassUpdate
Arguments
taxClassUpdate.id
● ID!
non-null scalar
ID of the tax class.
taxClassUpdate.input
● TaxClassUpdateInput!
non-null input
Fields required to update a tax class.
Type
TaxClassUpdate
object
Update a tax class.
Added in Saleor 3.9