INPUT_OBJECT
TaxonCreateOrUpdateMutationInput
Autogenerated input type of TaxonCreateOrUpdateMutation
link GraphQL Schema definition
- input TaxonCreateOrUpdateMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # ID of the Taxon to update
- ID :
- # Taxon name. eg. 'Shoes'
- String :
- # Taxon title. Mostly for internal organisation
- String :
- # ID of the associated Prototype
- ID :
- # ID of the parent Taxon
- ID :
- # IDs used by external systems to fetch Taxons
- KeyValueInput!] : [
- }