community-features icon indicating copy to clipboard operation
community-features copied to clipboard

GraphQL for ProductAlerts module

Open vmalyk opened this issue 4 years ago • 2 comments

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
} 

vmalyk avatar Dec 25 '20 12:12 vmalyk

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


m2-assistant[bot] avatar Dec 25 '20 12:12 m2-assistant[bot]

@magento I am working on this

vmalyk avatar Dec 26 '20 18:12 vmalyk