Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scandipwa/product-alerts-graphql
https://github.com/scandipwa/product-alerts-graphql
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/scandipwa/product-alerts-graphql
- Owner: scandipwa
- License: osl-3.0
- Created: 2021-04-04T18:46:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-11T01:19:34.000Z (over 2 years ago)
- Last Synced: 2024-04-29T09:21:18.649Z (7 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
}
```