LayerFilters
Magento\CatalogGraphQl\Model\Resolver\LayerFilters
What it does
This resolver processes GraphQL requests for layered navigation filters in catalog searches and category pages.
Developers use this class to provide filter options (like price ranges, attributes, categories) that customers can use to refine product listings.
It extracts available filter attributes from search results and delegates to a data provider to format them for the GraphQL response.
Public Methods
- resolve()