INPUT_OBJECT
Autogenerated input type of TaxCodeCreateOrUpdateMutation
input TaxCodeCreateOrUpdateMutationInput {# A unique identifier for the client performing the mutation.clientMutationId: String# Tax code name.name: String!# Tax code.code: String!}