Model
BundleDataProvider
Magento\WishlistGraphQl\Model\CartItems\BundleDataProvider
What it does
This class prepares bundle product options data from wishlist items for adding to cart via GraphQL.
When a customer wants to move a bundle product from their wishlist to cart through GraphQL API, this provider extracts the selected bundle options and quantities, encoding them into UIDs that the cart mutation can process.
Public Methods
- execute()