GetDownloadableProductLinks
Magento\DownloadableGraphQl\Model\GetDownloadableProductLinks
What it does
This model retrieves downloadable links (digital files like PDFs, videos) associated with a downloadable product in Magento's GraphQL API.
Developers use this when implementing GraphQL queries to display available download options for a product, optionally filtering by specific link IDs.
It handles loading the link collection with proper pricing and title data based on store context.
Public Methods
- execute()