Forum Thread
id
Int!
The id of the thread
title
String
The title of the thread
body
The text body of the thread (Markdown)
asHtml
Boolean
Return the string in pre-parsed html instead of markdown
userId
The id of the thread owner user
replyUserId
Int
The id of the user who most recently commented on the thread
replyCommentId
The id of the most recent comment on the thread
replyCount
The number of comments on the thread
viewCount
The number of times users have viewed the thread
isLocked
If the thread is locked and can receive comments
isSticky
If the thread is stickied and should be displayed at the top of the page
isSubscribed
If the currently authenticated user is subscribed to the thread
likeCount
The amount of likes the thread has
isLiked
If the currently authenticated user liked the thread
repliedAt
The time of the last reply
createdAt
The time of the thread creation
updatedAt
The time of the thread last update
user
User
The owner of the thread
replyUser
The user to last reply to the thread
likes
[User]
The users who liked the thread
siteUrl
The url for the thread page on the AniList website
categories
[ThreadCategory]
The categories of the thread
mediaCategories
[Media]
The media categories of the thread
Last updated 4 months ago