Model
RemoveProductsFromCompareList
Magento\CompareListGraphQl\Model\Resolver\RemoveProductsFromCompareList
What it does
This GraphQL resolver handles the removal of products from a customer's compare list through the GraphQL API.
Developers use this when implementing the removeProductsFromCompareList mutation, which allows customers to remove one or more products from their product comparison list by providing the list's unique identifier and product IDs.
Public Methods
- resolve()