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