Model
DeleteCustomerAddress
Magento\CustomerGraphQl\Model\Resolver\DeleteCustomerAddress
What it does
This GraphQL resolver handles customer address deletion requests in Magento 2.
Developers use this class when implementing the deleteCustomerAddress GraphQL mutation, which allows authenticated customers to remove their saved addresses.
It validates customer authorization, retrieves the address by ID, and executes the deletion operation.
Public Methods
- resolve()