Skip to main content

AnswerInvestmentModalities

Stable

Signature

mutation {
AnswerInvestmentModalities(investmentId: ..., formAnswers: ...)
}

Retourne : Investment

Arguments

NomTypeRequisDéfautDescription
investmentIdID!
stepTechnicalCodeString
formAnswers[FormAnswerInput]!

Exemple

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