GetPurchasedDownloadableProducts
Magento\DownloadableGraphQl\Model\ResourceModel\GetPurchasedDownloadableProducts
What it does
This resource model retrieves all purchased downloadable products for a specific customer from the database.
Developers use this class in GraphQL resolvers to fetch a customer's downloadable product purchase history, excluding items with pending payment or payment review statuses.
It joins the purchased links table with purchased items table to provide complete purchase information.
Public Methods
- execute()