Log in
Interface

GetAttributeSelectedOptionInterface

Magento\EavGraphQl\Model\GetAttributeSelectedOptionInterface

What it does

This interface defines a contract for retrieving selected option values from EAV (Entity-Attribute-Value) attributes in GraphQL queries.

Developers implement this interface to fetch human-readable labels or values for dropdown/multi-select custom attributes based on their stored option IDs, making attribute data more meaningful in GraphQL responses.

Public Methods

  • execute()