Skip to main content

ApproveKycReview

Stable

Signature

mutation {
ApproveKycReview(accountId: ..., withEmail: ...)
}

Retourne : Account!

Arguments

NomTypeRequisDéfautDescription
accountIdID!
withEmailBoolean!

Exemple

mutation {
ApproveKycReview(
accountId: $accountId
withEmail: $withEmail
) {
# Sélectionner les champs souhaités
}
}