Interface
CartItemsRequestDataProviderInterface
Magento\WishlistGraphQl\Model\CartItems\CartItemsRequestDataProviderInterface
What it does
This interface defines a contract for building cart item request data when adding wishlist items to a shopping cart in GraphQL operations.
Developers implement this interface to transform wishlist item data and buy requests into the proper format required by the cart add functionality, handling different product types appropriately.
Public Methods
- execute()