scandipwa / product-alerts-graphql
Magneto 2 Product alerts graphQl endpoints
Package info
github.com/scandipwa/product-alerts-graphql
Type:magento2-module
pkg:composer/scandipwa/product-alerts-graphql
1.0.1
2022-06-10 23:57 UTC
Requires
- magento/framework: 103.0.*
- magento/module-graph-ql: 100.4.*
- magento/module-product-alert: 100.4.*
This package is auto-updated.
Last update: 2026-03-11 09:29:35 UTC
README
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) }