Model
CompareList
Magento\CompareListGraphQl\Model\Resolver\CompareList
What it does
This GraphQL resolver retrieves a customer's product comparison list by its unique identifier (UID).
Developers use this class when implementing GraphQL queries that need to fetch and display a compare list, converting the masked list ID to an internal ID and returning the list data through the GetCompareList service.
Public Methods
- resolve()