Model
Reorder
Magento\SalesGraphQl\Model\Resolver\Reorder
What it does
This GraphQL resolver handles customer reorder requests, allowing authenticated customers to recreate a previous order's items in their current cart.
It validates that the order belongs to the current customer and the correct store, then processes the reorder operation and returns the updated cart along with any errors that occurred during the process.
Public Methods
- resolve()