Skip to content

ThreadComment

Forum Thread Comment

FieldArgumentTypeDescription
idInt! The id of the comment
userIdInt The user id of the comment's owner
threadIdInt The id of thread the comment belongs to
commentString The text content of the comment (Markdown)
asHtmlBoolean Return the string in pre-parsed html instead of markdown
likeCountInt! The amount of likes the comment has
isLikedBoolean If the currently authenticated user liked the comment
siteUrlString The url for the comment page on the AniList website
createdAtInt! The time of the comments creation
updatedAtInt! The time of the comments last update
threadThread The thread the comment belongs to
userUser The user who created the comment
likes[User] The users who liked the comment
childCommentsJson The comment's child reply comments
isLockedBoolean If the comment tree is locked and may not receive replies or edits