Interface
CustomizableOptionValueInterface
Magento\WishlistGraphQl\Model\WishlistItem\DataProvider\CustomizableOptionValueInterface
What it does
This interface defines a contract for data providers that retrieve and format customizable product option values from wishlist items for GraphQL responses.
Developers implement this interface to handle different types of customizable options (text, dropdown, date, etc.) and transform them into the appropriate array structure for the GraphQL API.
Public Methods
- getData()