Skip to main content

SetInvestmentInterestDate

Stable

Signature

mutation {
SetInvestmentInterestDate(investmentId: ...)
}

Retourne : Investment

Arguments

NomTypeRequisDéfautDescription
investmentIdID!

Exemple

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