Log in
Model

WishlistResolver

Magento\WishlistGraphQl\Model\Resolver\WishlistResolver

What it does

This GraphQL resolver fetches wishlist data for authenticated customers through Magento's GraphQL API.

Developers use this class when implementing or extending GraphQL queries that need to retrieve wishlist information, including sharing code, items count, and last updated time.

It validates that wishlists are enabled and that the user is authenticated before returning wishlist data.

Public Methods

  • resolve()