ThreadSchema: "\n id\n title\n body (asHtml: $asHtml)\n userId\n replyUserId\n replyCommentId\n replyCount\n viewCount\n isLocked\n isSticky\n isSubscribed\n likeCount\n isLiked\n repliedAt\n createdAt\n updatedAt\n user {\n \n id\n name\n avatar {\n large\n }\n\n }\n replyUser {\n \n id\n name\n avatar {\n large\n }\n\n }\n likes {\n \n id\n name\n avatar {\n large\n }\n\n }\n siteUrl\n categories {\n id\n name\n }\n mediaCategories {\n \n id\n idMal\n \n title {\n romaji\n english\n native\n userPreferred\n }\n\n type\n format\n status\n description (asHtml: $asHtml)\n startDate {\n \n year\n month\n day\n\n }\n endDate {\n \n year\n month\n day\n\n }\n season\n seasonYear\n seasonInt\n episodes\n duration\n chapters\n volumes\n countryOfOrigin\n isLicensed\n source\n hashtag\n \n trailer {\n id\n site\n thumbnail\n }\n\n updatedAt\n \n coverImage {\n extraLarge\n large\n medium\n color\n }\n\n bannerImage\n genres\n synonyms\n averageScore\n meanScore\n popularity\n isLocked\n trending\n favourites\n tags {\n \n id\n name\n description\n category\n rank\n isGeneralSpoiler\n isMediaSpoiler\n isAdult\n userId\n\n }\n isFavourite\n isAdult\n \n nextAiringEpisode {\n airingAt\n timeUntilAiring\n episode\n }\n\n \n externalLinks {\n id\n url\n site\n }\n\n \n streamingEpisodes {\n title\n thumbnail\n url\n site\n }\n\n \n rankings {\n id\n rank\n type\n format\n year\n season\n allTime\n context\n }\n\n \n mediaListEntry {\n id\n status\n }\n\n stats {\n \n statusDistribution {\n status\n amount\n }\n\n \n scoreDistribution {\n score\n amount\n }\n\n }\n siteUrl\n autoCreateForumThread\n isRecommendationBlocked\n modNotes\n\n }\n" = ...

ThreadSchema is a constant representing the GraphQL schema for a thread query. It includes the thread's id, title, body, userId, replyUserId, replyCommentId, replyCount, viewCount, isLocked status, isSticky status, isSubscribed status, likeCount, isLiked status, repliedAt, createdAt, updatedAt, user of type BasicUser, replyUser of type BasicUser, likes of type BasicUser[], siteUrl, categories, and mediaCategories of type MediaResponse[].