Model
EntityUrl
Magento\UrlRewriteGraphQl\Model\Resolver\EntityUrl
What it does
This GraphQL resolver handles URL rewrite queries in Magento 2's GraphQL API.
Developers use this class to resolve entity URLs when customers or applications request URL information through GraphQL queries, such as converting a request path to its corresponding entity (product, category, CMS page).
It extends AbstractEntityUrl which contains the core URL resolution logic.