In Magento 2, each product can be assigned with an attribute set, which varies based on the product category. My attribute set contains specific characteristics such as color and manufacturer, which I want to display on the frontend in the more information section. I am developing a mobile application using Magento 2 GraphQL API and need to retrieve the specific product attributes that are designated as characteristics of the product based on their attribute set. However, currently, I only have the attribute_set_id, which is not helping me. How can I solve this problem and retrieve the characteristics attributes of a product in Magento 2 GraphQL API based on their attribute set?