Log in
Interface

GetAttributesFormInterface

Magento\EavGraphQl\Model\GetAttributesFormInterface

What it does

This interface defines a contract for retrieving EAV attribute metadata filtered by a specific form code in GraphQL queries.

Developers implement this interface to fetch attributes associated with forms like 'customer_account_create' or 'product_form', enabling dynamic form rendering in GraphQL APIs.

It's commonly used when you need to expose entity attribute information through GraphQL endpoints.

Public Methods

  • execute()