Model
CustomizableOptionUidArgsProcessor
Magento\QuoteGraphQl\Model\CartItem\CustomizableOptionUidArgsProcessor
What it does
This class processes GraphQL input arguments for customizable product options in cart items, specifically converting UIDs to IDs.
Developers would use this when handling updateCartItems mutations in GraphQL to ensure customizable options are properly decoded from their UID format to internal ID format, while preventing both formats from being used simultaneously.
Public Methods
- process()