CustomAttributeMetadata
Magento\EavGraphQl\Model\Resolver\CustomAttributeMetadata
What it does
This GraphQL resolver retrieves custom EAV attribute metadata for specified entity types and attribute codes.
Developers use it when building GraphQL queries that need to fetch attribute properties like type, input type, and storefront configuration (position, visibility, filtering options) for catalog attributes.
It handles validation and returns detailed metadata or appropriate error messages for invalid attribute requests.
Public Methods
- resolve()