Skip to main content

RefuseKycReview

Stable

Signature

mutation {
RefuseKycReview(accountId: ..., withEmail: ..., refusedComment: ...)
}

Retourne : Account!

Arguments

NomTypeRequisDéfautDescription
accountIdID!
withEmailBoolean!
refusedCommentString!

Exemple

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