Is it possible to create product attribute called color specific to one particular store only? So it won't be available for other stores. Even in the products graphQL API aggregations it should return attributes that are assigned to a specific store.
You can try by having different attribute set for store. Create a separate attribute set for different store.
https://docs.magento.com/user-guide/stores/attribute-sets.html
Hi @mani_stelli
Kindly follow below link to create attribute:
https://www.mageplaza.com/kb/how-create-product-attribute-in-magento-2.html
and assign them to your specific store view. It may help you.
If issue resolve, please click on 'Kudos' & Accept as Solution!