OBJECT

OptionValue

Option value for an advert's option type (e.g. 'red', 'large')

link GraphQL Schema definition

  • type OptionValue implements Node {
  • displayName: String!
  • externalIds: [ExternalID!]
  • id: ID!
  • # This is the ID stored in the Marketplacer database.
  • legacyId: Int!
  • name: String!
  • optionType: OptionType
  • # In which position to put the option when displayed in a list of options.
  • position: Int!
  • presentation: String! @deprecated( reason: "As of August 2020, deprecated in favour of 'displayName' This will be removed in January 2021." )
  • }