Model
CustomizableOptions
Magento\WishlistGraphQl\Model\Resolver\CustomizableOptions
What it does
This GraphQL resolver retrieves customizable product options for wishlist items.
Developers use this class when building GraphQL queries that need to return custom options (like text fields, dropdowns, etc.) that were configured when adding a product to a wishlist.
It extracts and formats option data from the wishlist item model for the GraphQL response.
Public Methods
- resolve()