OBJECT

OptionValueFilterOption

Minimal subset of OptionValue type which can be used as a value of an option type filter for advert search

link GraphQL Schema definition

  • type OptionValueFilterOption {
  • displayName: String!
  • id: ID!
  • optionType: OptionType!
  • # In which position to put the option when displayed in a list of options.
  • position: Int!
  • }