Model
CreateCustomerAddress
Magento\CustomerGraphQl\Model\Customer\Address\CreateCustomerAddress
What it does
This model handles the creation and validation of customer addresses in GraphQL operations.
Developers use this class when implementing GraphQL mutations that allow customers to add new addresses to their account, ensuring the address data is properly validated and persisted to the repository.
Public Methods
- execute()