SendInvestmentFormNotifications
Send grouped notification email for all pending comments across all threads for an investment
Signature
mutation {
SendInvestmentFormNotifications(investmentId: ...)
}
Retourne : Investment!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
investmentId | ID! | ✓ | — | The investment ID |
emailContent | String | — | Optional custom message to include in the email |
Exemple
mutation {
SendInvestmentFormNotifications(
investmentId: $investmentId
) {
# Sélectionner les champs souhaités
}
}