Model
Products
Magento\CatalogGraphQl\Model\Resolver\Category\Products
What it does
This resolver handles GraphQL queries for retrieving products assigned to a specific category.
Developers use this class when building category pages or product listings through GraphQL, as it fetches paginated product results filtered by category ID and validates pagination parameters like currentPage and pageSize.
Public Methods
- resolve()