Model
UpdateCustomerAddress
Magento\CustomerGraphQl\Model\Resolver\UpdateCustomerAddress
What it does
This resolver handles GraphQL mutations for updating customer addresses in Magento 2.
Developers use this class when implementing GraphQL endpoints that allow authenticated customers to modify their existing saved addresses, validating authorization and input data before performing the update operation.
Public Methods
- resolve()