UpdateTaxRateInput
Input for the updateTaxRate mutation
input UpdateTaxRateInput {
description: String
id: UUID!
name: String
}
Fields
UpdateTaxRateInput.description ● String scalar
If provided, the new description of the TaxRate
UpdateTaxRateInput.id ● UUID! non-null scalar
The id of the TaxRate to update
UpdateTaxRateInput.name ● String scalar
If provided, the new name of the TaxRate
Member Of
updateTaxRate mutation