Model
Token
Magento\SalesGraphQl\Model\Resolver\Token
What it does
This GraphQL resolver generates an encrypted token for a customer's order using the order increment ID, billing email, and billing last name.
Developers would use this when implementing guest order lookup functionality in GraphQL, where the token allows guests to securely retrieve their order information without logging in.
Public Methods
- resolve()