INPUT_OBJECT

AdvertOptionValueInput

Input for updating an advert option value. Set only optionValueId for single-select and multi-select option types, and set only optionTypeId and textValue for a free-text option type.

link GraphQL Schema definition

  • input AdvertOptionValueInput {
  • # Option Value ID used for single-select and multi-select option types
  • optionValueId: ID
  • # Free-text value used for a free-text option type
  • textValue: String
  • # Option Type ID required for a free-text option type
  • optionTypeId: ID
  • }