Skip to main content

SendInvestmentPaymentInformationEmail

Stable

Signature

mutation {
SendInvestmentPaymentInformationEmail(investmentId: ...)
}

Retourne : Boolean!

Arguments

NomTypeRequisDéfautDescription
investmentIdID!

Exemple

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