WishlistItems
Magento\WishlistGraphQl\Model\Resolver\WishlistItems
What it does
This GraphQL resolver fetches and formats wishlist items for a customer's wishlist, handling pagination and store filtering.
Developers use this class when implementing or extending GraphQL queries that need to retrieve wishlist item data, such as displaying products saved to a customer's wishlist in a headless storefront.
It transforms wishlist item models into a structured array format required by the GraphQL schema.
Public Methods
- resolve()