GetAccountComment
Signature
query {
GetAccountComment
}
Retourne : AccountComment
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
id | ID | — | The account comment Id |
Exemple
query {
GetAccountComment {
# Sélectionner les champs souhaités
}
}