Model
CategoryUidsArgsProcessor
Magento\CatalogGraphQl\Model\Category\CategoryUidsArgsProcessor
What it does
This class processes GraphQL query arguments for category filtering, specifically handling the conversion between category UIDs (encoded identifiers) and category IDs.
Developers use this when implementing GraphQL category queries to ensure that both legacy ID-based filters and modern UID-based filters work correctly, while preventing their simultaneous use which would cause conflicts.
Public Methods
- process()