ApproveKycReview
Signature
mutation {
ApproveKycReview(accountId: ..., withEmail: ...)
}
Retourne : Account!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
accountId | ID! | ✓ | — | — |
withEmail | Boolean! | ✓ | — | — |
Exemple
mutation {
ApproveKycReview(
accountId: $accountId
withEmail: $withEmail
) {
# Sélectionner les champs souhaités
}
}