ThreadComment
Forum Thread Comment
Field | Argument | Type | Description |
---|---|---|---|
id | Int! | 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 | Int! | 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 | Int! | The time of the comments creation | |
updatedAt | Int! | The time of the comments last update | |
thread | The thread the comment belongs to | ||
user | The user who created the comment | ||
likes | [User] | 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