GetAttributesFormComposite
Magento\EavGraphQl\Model\GetAttributesFormComposite
What it does
This composite class manages multiple attribute form providers for GraphQL queries in Magento 2.
It iterates through registered providers to find the appropriate one that can handle a specific form code, returning formatted attribute data for GraphQL output.
Developers use this when extending EAV attribute forms in GraphQL to add custom attribute providers for different entity types.
Public Methods
- execute()