Model
Image
Magento\CatalogGraphQl\Model\Resolver\Category\Image
What it does
This resolver handles GraphQL queries for category images by converting relative image paths into fully qualified URLs.
It validates image existence, applies placeholder images when files are missing, and ensures proper media path formatting for the storefront.
Developers use this when implementing or customizing category image delivery in GraphQL APIs.
Public Methods
- resolve()