Log in
Interface

GetAttributeValueInterface

Magento\EavGraphQl\Model\GetAttributeValueInterface

What it does

This interface defines a contract for retrieving custom EAV (Entity-Attribute-Value) attributes in GraphQL operations.

Developers implement this interface to fetch and filter attribute values for specific entity types (like products or categories) based on attribute codes, enabling consistent attribute data retrieval across GraphQL queries.

Public Methods

  • execute()