Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/anilist_js/graphql/thread.ts>thread

Deno module for interacting with the anilist api (WIP)
Latest
variable thread
import { thread } from "https://deno.land/x/anilist_js@0.1.0/graphql/thread.ts";

type

`query ($id: Int) { Thread(id: $id) { id title body userId replyUserId replyCommentId replyCount viewCount isLocked isSticky isSubscribed likeCount isLiked repliedAt createdAt updatedAt user { id name } replyUser { id name } likes { id name } siteUrl categories { id name } mediaCategories { id title { romaji english } } } } `