magento / community-features

Magento Features Development is an Initiative to Allows Community Memebers Join to Development of Magento Features
46 stars 18 forks source link

GraphQL Expose Attribute Set as Filterable/Viewable #196

Open aepod opened 5 years ago

aepod commented 5 years ago

Most sites use Attribute Set to identify the general product type, such as if it is a shoe or a shirt etc. Currently the GraphQL interface only uses attribute set as a validator when writing.

Ideally you would be able to use Attribute Set as a filter, and also get this information in queries. This would allow for filters by product type.

I almost thought this was a bug, as this is a very core behavior on nearly all sites.