RefuseBankAccount
Signature
mutation {
RefuseBankAccount(bankAccountId: ...)
}
Retourne : BankAccount!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
bankAccountId | ID! | ✓ | — | — |
Exemple
mutation {
RefuseBankAccount(
bankAccountId: $bankAccountId
) {
# Sélectionner les champs souhaités
}
}