Log in
Model

RemoveProductsFromWishlist

Magento\WishlistGraphQl\Model\Resolver\RemoveProductsFromWishlist

What it does

This GraphQL resolver handles removing products from a customer's wishlist through the GraphQL API.

Developers use this class when implementing the removeProductsFromWishlist mutation, which validates the customer's authorization, checks if the wishlist feature is enabled, removes specified items from the wishlist, and returns the updated wishlist along with any errors encountered during the operation.

Public Methods

  • resolve()