AnswerKyc
Signature
mutation {
AnswerKyc(accountId: ..., formAnswers: ...)
}
Retourne : Account
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
accountId | ID! | ✓ | — | — |
investmentId | ID | — | — | |
stepTechnicalCode | String | — | — | |
formAnswers | [FormAnswerInput]! | ✓ | — | — |
Exemple
mutation {
AnswerKyc(
accountId: $accountId
formAnswers: $formAnswers
) {
# Sélectionner les champs souhaités
}
}