Model
GroupedProductLinksTypeResolver
Magento\GroupedProductGraphQl\Model\GroupedProductLinksTypeResolver
What it does
This class resolves the GraphQL type for grouped product links in the GraphQL API.
It determines that product links with type 'associated' should return the 'ProductLinks' GraphQL type, enabling developers to query relationships between grouped products and their associated simple products through GraphQL queries.
Public Methods
- resolveType()