Model
CustomerWishlists
Magento\WishlistGraphQl\Model\Resolver\CustomerWishlists
What it does
This GraphQL resolver retrieves a customer's wishlist collection with pagination support.
Developers use this class to implement the GraphQL query that returns all wishlists for an authenticated customer, automatically creating a default wishlist if none exist.
It enforces authorization checks and respects the wishlist module's enabled/disabled configuration.
Public Methods
- resolve()