INPUT_OBJECT

UpdateTaxExemptionMutationInput

The input object that defines the fields for the updateTaxExemption mutation.

link GraphQL Schema definition

  • input UpdateTaxExemptionMutationInput {
  • # A descriptive name.
  • name: String
  • # The jurisdictions of this `TaxExemption`.
  • jurisdictions: [TaxJurisdiction]
  • # A list of `AvalaraTaxCategory` IDs.
  • avalara_tax_category_ids: [Int64Bit]
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by