Log in
Model

AggregationOptionTypeResolverComposite

Magento\CatalogGraphQl\Model\AggregationOptionTypeResolverComposite

What it does

This composite resolver determines the GraphQL type for product aggregation options (like layered navigation filters) by delegating to multiple type resolvers in sequence.

Developers use this when extending Magento's GraphQL catalog queries to support custom filter/aggregation types, allowing different resolver strategies to be registered and tried until one successfully identifies the type.

Public Methods

  • resolveType()