OBJECT
type CompareLine {# The name of the value being compared. eg. 'stock'name: String! # Indicates if all the compared values are equalmatch: Boolean # The values for each productvalue: [String] }