ZoneTaxCodeCreateInput
No description
input ZoneTaxCodeCreateInput {
  priceId: String!
  zone: String!
  taxCode: Taxcode!
}
Fields
ZoneTaxCodeCreateInput.priceId ● String! non-null scalar
Price id
ZoneTaxCodeCreateInput.zone ● String! non-null scalar
Zone code
ZoneTaxCodeCreateInput.taxCode ● Taxcode! non-null enum
Tax code
Member Of
zoneTaxCodeCreate  mutation ● zoneTaxCodesCreate  mutation