GetInvestmentFormSteps
Signature
query {
GetInvestmentFormSteps(investmentId: ...)
}
Retourne : [ConfigurableFormStep]
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
investmentId | ID! | ✓ | — | — |
Exemple
query {
GetInvestmentFormSteps(
investmentId: $investmentId
) {
id
technicalCode
label
stepFilterAlgorithm {}
sortIndex
questions {}
commentsCount
}
}