Model
SetBillingAddressOnCart
Magento\QuoteGraphQl\Model\Resolver\SetBillingAddressOnCart
What it does
This GraphQL resolver handles the mutation for setting a billing address on a shopping cart.
Developers use this class when implementing GraphQL endpoints that allow customers to add or update billing information during checkout.
It validates input parameters, retrieves the cart, checks if checkout is allowed, and applies the billing address to the cart.
Public Methods
- resolve()