schema.graphql
fragments.graphql
(OBJECT)
Product indicator / badge (e.g. 'new', 'sale')
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 }