Skip to main content

GetInvestmentFormSteps

Stable

Signature

query {
GetInvestmentFormSteps(investmentId: ...)
}

Retourne : [ConfigurableFormStep]

Arguments

NomTypeRequisDéfautDescription
investmentIdID!

Exemple

query {
GetInvestmentFormSteps(
investmentId: $investmentId
) {
id
technicalCode
label
stepFilterAlgorithm {}
sortIndex
questions {}
commentsCount
}
}