Model
PriceRange
Magento\BundleGraphQl\Model\Resolver\PriceRange
What it does
This resolver formats and provides price range information for bundle products in Magento 2's GraphQL API.
It retrieves product data by SKU, ensures the product model is available, and delegates to the PriceRangeDataProvider to prepare the complete price range response including minimum/maximum prices and discounts for GraphQL queries.
Public Methods
- resolve()