INPUT_OBJECT

TaxCodeCreateOrUpdateMutationInput

Autogenerated input type of TaxCodeCreateOrUpdateMutation

link GraphQL Schema definition

  • input TaxCodeCreateOrUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Tax code name.
  • name: String!
  • # Tax code.
  • code: String!
  • }