Model

GetAttributeValueComposite

Magento\EavGraphQl\Model\Output\Value\GetAttributeValueComposite

What it does

This class is a composite provider that formats EAV attribute values for GraphQL responses.

It iterates through registered attribute value providers to find the appropriate formatter for a given entity type and attribute code, returning the formatted value for GraphQL output.

Developers would extend this by adding custom providers to handle specific attribute types or entities.

Public Methods

  • execute()