Skip to main content

GetAccountComment

Stable

Signature

query {
GetAccountComment
}

Retourne : AccountComment

Arguments

NomTypeRequisDéfautDescription
idIDThe account comment Id

Exemple

query {
GetAccountComment {
id
content
account {}
userCreator
lastEditor
createdAt
}
}