Model
CartItemUidArgsProcessor
Magento\QuoteGraphQl\Model\CartItem\CartItemUidArgsProcessor
What it does
This class processes GraphQL arguments for cart item operations, specifically converting cart item UIDs (encoded identifiers) to internal IDs.
Developers use this when implementing GraphQL mutations like removeItemFromCart, ensuring the system handles both legacy ID-based and modern UID-based identifiers while preventing their simultaneous use.
Public Methods
- process()