WishlistById
Magento\WishlistGraphQl\Model\Resolver\WishlistById
What it does
This GraphQL resolver retrieves a customer's wishlist by its ID through the GraphQL API.
Developers use this class when implementing GraphQL queries to fetch wishlist data, ensuring the customer is authenticated and authorized to access the requested wishlist.
It validates that wishlists are enabled and that the wishlist belongs to the requesting customer before returning the data.
Public Methods
- resolve()