Skip to content

Thread

Forum Thread

FieldArgumentTypeDescription
idInt! The id of the thread
titleString The title of the thread
bodyString The text body of the thread (Markdown)
asHtmlBoolean Return the string in pre-parsed html instead of markdown
userIdInt! The id of the thread owner user
replyUserIdInt The id of the user who most recently commented on the thread
replyCommentIdInt The id of the most recent comment on the thread
replyCountInt The number of comments on the thread
viewCountInt The number of times users have viewed the thread
isLockedBoolean If the thread is locked and can receive comments
isStickyBoolean If the thread is stickied and should be displayed at the top of the page
isSubscribedBoolean If the currently authenticated user is subscribed to the thread
likeCountInt! The amount of likes the thread has
isLikedBoolean If the currently authenticated user liked the thread
repliedAtInt The time of the last reply
createdAtInt! The time of the thread creation
updatedAtInt! The time of the thread last update
userUser The owner of the thread
replyUserUser The user to last reply to the thread
likes[User] The users who liked the thread
siteUrlString 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