OBJECT

CompareLine

link GraphQL Schema definition

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