Log in
Model

CustomerDownloadableProducts

Magento\CustomerDownloadableGraphQl\Model\Resolver\CustomerDownloadableProducts

What it does

This GraphQL resolver provides a list of downloadable products that a customer has purchased and can access.

It retrieves the customer's purchased downloadable items, calculates remaining downloads, generates secure download URLs, and returns formatted data including order information, status, and download availability.

Developers use this class when implementing GraphQL queries to display a customer's 'My Downloadable Products' section.

Public Methods

  • resolve()