GetAccountComment
Signature
query {
GetAccountComment
}
Retourne : AccountComment
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
id | ID | — | The account comment Id |
Exemple
query {
GetAccountComment {
id
content
account {}
userCreator
lastEditor
createdAt
}
}