UpdateProductsInWishlist
Magento\WishlistGraphQl\Model\Resolver\UpdateProductsInWishlist
What it does
This GraphQL resolver handles updating products in a customer's wishlist, including modifying quantities and descriptions.
Developers use this class when implementing the updateProductsInWishlist GraphQL mutation, which allows authenticated customers to update multiple wishlist items in a single request.
It validates wishlist ownership, processes updates, and returns the updated wishlist along with any errors encountered.
Public Methods
- resolve()