ThreadComment

Forum Thread Comment

FieldArgumentTypeDescription

id

The id of the comment

userId

The user id of the comment's owner

threadId

The id of thread the comment belongs to

comment

The text content of the comment (Markdown)

asHtml

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

The thread the comment belongs to

user

The user who created the comment

likes

The users who liked the comment

childComments

The comment's child reply comments

isLocked

If the comment tree is locked and may not receive replies or edits

Last updated