Skip to main content

DeleteInvestment

Stable

Signature

mutation {
DeleteInvestment(investmentId: ...)
}

Retourne : ItemDeletedResponse!

Arguments

NomTypeRequisDéfautDescription
investmentIdID!

Exemple

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