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
) {
id
formDefinition
label
tooltip
placeholder
totalLabel
helpText
append
content
applicable
validations
sortIndex
technicalCode
configurableFormStep {}
answer
width
configurableFormQuestionEntityProperties {}
nestedFormQuestions {}
openedThread {}
}
}