OBJECT

OptionTypeFilterOption

Minimal subset of OptionType type which can be used to build an option type filter for advert search

link GraphQL Schema definition

  • type OptionTypeFilterOption {
  • displayName: String!
  • externalIds: [ExternalID!]!
  • # The option values associated with an option type
  • optionValues: [OptionValueFilterOption!]!
  • # In which position to put the option when displayed in a list of options.
  • position: Int!
  • }