Log in
Model

CustomerAddressesV2

Magento\CustomerGraphQl\Model\Resolver\CustomerAddressesV2

What it does

This resolver provides paginated customer address data for the GraphQL API's addressesV2 field.

Developers use this when they need to fetch a customer's addresses with pagination support in GraphQL queries, allowing for better performance when customers have many addresses.

It validates the request, retrieves addresses from the repository, and formats them for the GraphQL response.

Public Methods

  • resolve()