Interface
GetAttributeDataInterface
Magento\EavGraphQl\Model\Output\GetAttributeDataInterface
What it does
This interface defines a contract for formatting EAV attribute data for GraphQL responses.
Developers implement this interface to transform Magento's EAV attribute metadata into a standardized array structure suitable for GraphQL queries, ensuring attributes are properly formatted with entity type and store-specific information.
Public Methods
- execute()