DismissAccountFormNotifications
Dismiss all pending notifications for an account without sending emails
Signature
mutation {
DismissAccountFormNotifications(accountId: ...)
}
Retourne : Account!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
accountId | ID! | ✓ | — | The account ID |
Exemple
mutation {
DismissAccountFormNotifications(
accountId: $accountId
) {
# Sélectionner les champs souhaités
}
}