ScandiPWA_ProductAlertsGraphQl provides additional resolvers for product alerts.
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)
}