AttributesList
Magento\EavGraphQl\Model\Resolver\AttributesList
What it does
This GraphQL resolver retrieves and returns a filtered list of EAV attribute metadata for a specified entity type (like products or customers).
Developers use this class when building GraphQL queries that need to fetch attribute information, including attribute properties, options, and validation rules.
It handles filtering, error management, and formats attribute data for GraphQL responses.
Public Methods
- resolve()