Interface
GetAttributeValueInterface
Magento\EavGraphQl\Model\Output\Value\GetAttributeValueInterface
What it does
This interface defines a contract for retrieving EAV (Entity-Attribute-Value) custom attribute values in GraphQL responses.
Developers implement this interface to create resolvers that fetch and format specific attribute values for GraphQL queries, allowing custom attributes to be exposed through the GraphQL API with proper filtering by entity type and attribute code.
Public Methods
- execute()