OrderAvailableActions
Magento\SalesGraphQl\Model\Resolver\OrderAvailableActions
What it does
This resolver provides a list of available actions that can be performed on an order in the GraphQL API.
It's used when querying order data through GraphQL to determine which actions (like cancel, reorder, return) are available for a specific order based on its current state.
Developers interact with this when building frontend features that need to display available order actions to customers.
Public Methods
- resolve()