UpdateCartItems
Magento\QuoteGraphQl\Model\Resolver\UpdateCartItems
What it does
This resolver handles GraphQL mutations for updating cart items in Magento 2.
Developers use this class when implementing the updateCartItems mutation, which allows customers to modify quantities or properties of products already in their shopping cart.
It validates input, processes the cart item updates, and returns the updated cart along with any errors encountered during the operation.
Public Methods
- resolve()