Log in
Model

CustomAttributeFilter

Magento\CustomerGraphQl\Model\Resolver\CustomAttributeFilter

What it does

This resolver filters custom attributes for customer entities in GraphQL queries.

Developers use this when they want to retrieve only specific custom attributes by providing an array of attribute codes, rather than returning all custom attributes.

If no filter codes are provided, it returns all available custom attributes.

Public Methods

  • resolve()