Model
ValidateConfirmRequest
Magento\OrderCancellationGraphQl\Model\Validator\ValidateConfirmRequest
What it does
This validator ensures that guest order cancellation confirmation requests contain valid input data in GraphQL operations.
Developers use this class to validate that both the order_id and confirmation_key parameters are present and correctly formatted before processing a guest order cancellation confirmation through the GraphQL API.
Public Methods
- execute()