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