Model
GetAttributeValueComposite
Magento\EavGraphQl\Model\GetAttributeValueComposite
What it does
This class acts as a composite factory that selects and delegates to the appropriate attribute value provider for GraphQL queries based on entity type.
Developers use this when they need to format EAV attribute values for GraphQL responses, and it automatically routes to the correct provider (like product, customer, or category) registered in di.xml configuration.
Public Methods
- execute()