Model
ShippingAddresses
Magento\QuoteGraphQl\Model\Resolver\ShippingAddresses
What it does
This GraphQL resolver retrieves and formats shipping address data for a shopping cart (quote) in GraphQL API responses.
Developers use this class when querying cart information through GraphQL to get all shipping addresses associated with the cart, handling both virtual carts (which have no shipping addresses) and multi-shipping scenarios.
Public Methods
- resolve()