GetInvestmentForm
Signature
query {
GetInvestmentForm(investmentId: ..., formStep: ...)
}
Retourne : [FormQuestionWithAnswer]
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
investmentId | ID! | ✓ | — | — |
formStep | String! | ✓ | — | — |
Exemple
query {
GetInvestmentForm(
investmentId: $investmentId
formStep: $formStep
) {
# Sélectionner les champs souhaités
}
}