Model
CustomerAddresses
Magento\CustomerGraphQl\Model\Formatter\CustomerAddresses
What it does
This class formats customer address search results for GraphQL responses.
It transforms address data into a structured array containing the addresses, total count, and pagination information.
Developers use this when implementing GraphQL queries that need to return paginated customer address lists with metadata.
Public Methods
- format()