Skip to main content

GetKycForm

Stable

Signature

query {
GetKycForm(accountId: ..., formStep: ...)
}

Retourne : [FormQuestionWithAnswer]

Arguments

NomTypeRequisDéfautDescription
accountIdID!
formStepString!
investmentIdID

Exemple

query {
GetKycForm(
accountId: $accountId
formStep: $formStep
) {
# Sélectionner les champs souhaités
}
}