Model
BundleItemOptionUid
Magento\BundleGraphQl\Model\Resolver\Options\BundleItemOptionUid
What it does
This class generates a unique identifier (UID) for bundle product options in GraphQL responses.
It encodes bundle option details (option ID, selection ID, and quantity) into a base64-encoded string that can be used to identify specific bundle selections in cart operations and product queries.
Public Methods
- resolve()