Model
Carrier
Magento\SalesGraphQl\Model\Resolver\CustomerOrders\Carrier
What it does
This resolver retrieves the shipping carrier name for a customer's order in GraphQL queries.
It takes an order's shipping method code and matches it against all available shipping methods to return the human-readable carrier label.
Developers use this when building GraphQL queries that need to display shipping carrier information for customer orders.
Public Methods
- resolve()