Skip to main content

GetInvestmentForm

Stable

Signature

query {
GetInvestmentForm(investmentId: ..., formStep: ...)
}

Retourne : [FormQuestionWithAnswer]

Arguments

NomTypeRequisDéfautDescription
investmentIdID!
formStepString!

Exemple

query {
GetInvestmentForm(
investmentId: $investmentId
formStep: $formStep
) {
# Sélectionner les champs souhaités
}
}