Skip to main content

SetSubscriptionStepKyc

Stable

Signature

mutation {
SetSubscriptionStepKyc(investmentId: ...)
}

Retourne : Investment

Arguments

NomTypeRequisDéfautDescription
investmentIdID!

Exemple

mutation {
SetSubscriptionStepKyc(
investmentId: $investmentId
) {
# Sélectionner les champs souhaités
}
}