Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scandipwa/product-alerts-graphql


https://github.com/scandipwa/product-alerts-graphql

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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

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