Log in
Model

GetFilteredAttributes

Magento\EavGraphQl\Model\Resolver\GetFilteredAttributes

What it does

This class retrieves filtered EAV attributes for a specific entity type in GraphQL queries.

It validates filters against the entity's available fields, applies them to search for visible, non-static attributes, and returns both the filtered attributes and any validation errors.

Developers use this when implementing GraphQL resolvers that need to query and filter entity attributes dynamically.

Public Methods

  • execute()