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