Options
Magento\ConfigurableProductGraphQl\Model\Resolver\Options
What it does
This GraphQL resolver fetches configurable product options (like size, color) for configurable products in Magento's GraphQL API.
Developers use this when querying configurable product attributes through GraphQL, as it handles retrieving and formatting the available options for product variants.
It returns null for non-configurable products and defers data loading for performance optimization.
Public Methods
- resolve()