Skip to content

scandipwa/product-alerts-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScandiPWA_ProductAlertsGraphQl

ScandiPWA_ProductAlertsGraphQl provides additional resolvers for product alerts.

ProductAlertSubscribe

This endpoint allows customer to subscribe for product price drop or in stock alert

mutation productAlertSubscribe($productId: ID!, $type: String!) {
    productAlertSubscribe(productId: $productId, type: $type)
}