Log in
Model

GetAttributeDataComposite

Magento\EavGraphQl\Model\Output\GetAttributeDataComposite

What it does

This composite class aggregates multiple attribute data providers to format EAV attributes for GraphQL output.

Developers use this when they need to retrieve and combine attribute information from various sources into a unified array structure suitable for GraphQL responses.

It implements the composite pattern to allow extensibility by adding custom providers through dependency injection.

Public Methods

  • execute()