OBJECT

CompareLine

A single comparison item. Comparing one property/attribute on a selection of products.

link GraphQL Schema definition

  • type CompareLine {
  • # The name of the value being compared. E.g. 'stock'
  • name: String!
  • # A convenience flag - indicates if all the compared values are equal
  • match: Boolean
  • # The values for each product
  • value: [String]
  • }