Skip to main content

UpdateInvestmentAmount

Stable

Signature

mutation {
UpdateInvestmentAmount(investmentId: ..., amount: ...)
}

Retourne : Investment!

Arguments

NomTypeRequisDéfautDescription
investmentIdID!
amountAmount!
consultancyFeesPercentageFloat

Exemple

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