OBJECT
A single comparison item. Comparing one property/attribute on a selection of products.
type CompareLine {# The name of the value being compared. E.g. 'stock'name: String! # A convenience flag - indicates if all the compared values are equalmatch: Boolean # The values for each productvalue: [String] }