Skip to main content

SendInvestmentFormNotifications

Stable

Send grouped notification email for all pending comments across all threads for an investment

Signature

mutation {
SendInvestmentFormNotifications(investmentId: ...)
}

Retourne : Investment!

Arguments

NomTypeRequisDéfautDescription
investmentIdID!The investment ID
emailContentStringOptional custom message to include in the email

Exemple

mutation {
SendInvestmentFormNotifications(
investmentId: $investmentId
) {
# Sélectionner les champs souhaités
}
}