Model
BundleItemLinks
Magento\BundleGraphQl\Model\Resolver\BundleItemLinks
What it does
This resolver handles GraphQL queries for bundle product option links in Magento 2.
It retrieves the associated products (links) for a specific bundle option by filtering on option_id and parent_id.
Developers would use this when building GraphQL APIs that need to fetch detailed information about products linked to bundle product options.
Public Methods
- resolve()