CreateTaxRateInput
Input for the createTaxRate mutation
input CreateTaxRateInput {
description: String!
initialVersion: TaxRateVersionInput!
name: String!
}
Fields
CreateTaxRateInput.description
● String!
non-null scalar
The description of the created TaxRate
CreateTaxRateInput.initialVersion
● TaxRateVersionInput!
non-null input
The initial version of the created TaxRate
CreateTaxRateInput.name
● String!
non-null scalar
The name of the created TaxRate
Member Of
createTaxRate
mutation