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 for ProductAlerts module #315

Open vmalyk opened 3 years ago

vmalyk commented 3 years ago

I see Magento have done a lot of work regarding cover all Magento community features by GraphQL. But I see 1 feature has't covered - it's Product Alerts subscriptions and notify customer about back to stock and change price. It'll be great to get these mutations:

type Mutation {
      subcribeProductAlertStock(productId: Int!): ProductAlert
      unsubcribeProductAlertStock(productId: Int!): Boolean
      subcribeProductAlertPrice(productId: Int!): ProductAlert
      unsubcribeProductAlertPrice(productId: Int!): Boolean
} 
m2-assistant[bot] commented 3 years ago

Hi @vmalyk. Thank you for your report. To help us process this issue please make sure that you provided sufficient information.

Please, add a comment to assign the issue: @magento I am working on this


vmalyk commented 3 years ago

@magento I am working on this