CustomizableSelectedOptionValueUid
Magento\CatalogGraphQl\Model\Resolver\Product\CustomizableSelectedOptionValueUid
What it does
This resolver generates a unique identifier (UID) for customizable product options with selectable values in GraphQL responses.
It creates a base64-encoded string containing the option type, option ID, and option value ID in a standardized format.
Developers use this when working with custom product options in GraphQL queries to uniquely identify selected option values.
Public Methods
- resolve()