Forum Thread Comment
id
Int!
The id of the comment
userId
Int
The user id of the comment's owner
threadId
The id of thread the comment belongs to
comment
String
The text content of the comment (Markdown)
asHtml
Boolean
Return the string in pre-parsed html instead of markdown
likeCount
The amount of likes the comment has
isLiked
If the currently authenticated user liked the comment
siteUrl
The url for the comment page on the AniList website
createdAt
The time of the comments creation
updatedAt
The time of the comments last update
thread
Thread
The thread the comment belongs to
user
User
The user who created the comment
likes
[User]
The users who liked the comment
childComments
Json
The comment's child reply comments
isLocked
If the comment tree is locked and may not receive replies or edits
Last updated 8 months ago