INPUT_OBJECT
OptionValueCreateOrUpdateMutationInput
Autogenerated input type of OptionValueCreateOrUpdateMutation
link GraphQL Schema definition
- input OptionValueCreateOrUpdateMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # ID of the OptionValue to update
- ID :
- # Name for the new OptionValue
- String :
- # Presentation for the new OptionValue
- String :
- # ID for parent OptionType. eg. if this OptionValue is 'Orange', the parent
- # OptionType might be 'Colour' or 'Flavour'
- ID :
- # IDs used by external systems to fetch OptionValues
- KeyValueInput!] : [
- # A zero based index specifying the sort order in which the Option Values will be
- # displayed (zero first)
- Int :
- }