INPUT_OBJECT

TaxonCreateOrUpdateMutationInput

Autogenerated input type of TaxonCreateOrUpdateMutation

link GraphQL Schema definition

  • input TaxonCreateOrUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the Taxon to update
  • id: ID
  • # Taxon name. eg. 'Shoes'
  • displayName: String
  • # Taxon title. Mostly for internal organisation
  • title: String
  • # ID of the associated Prototype
  • prototypeId: ID
  • # ID of the parent Taxon
  • parentId: ID
  • # IDs used by external systems to fetch Taxons
  • externalIds: [KeyValueInput!]
  • }