Indicator

(OBJECT)

Product indicator / badge (e.g. 'new', 'sale')

link GraphQL Schema definition

  • type Indicator {
  • # internal indicator ID
  • id: ID!
  • # indicator title (e.g. 'New', 'On Sale')
  • title: String
  • # indicator icon/image
  • image: Url
  • # indicator color
  • color: String
  • # indicator note/description
  • note: String
  • }