mutation CreateCompareList($products: [ID!]!) {
  createCompareList(input: { products: $products }) {
    ...CompareSummaryFragment
  }
}
