Skip to main content

ResumeInvestment

Stable

Signature

mutation {
ResumeInvestment(investmentId: ...)
}

Retourne : Investment!

Arguments

NomTypeRequisDéfautDescription
investmentIdID!

Exemple

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