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_comment

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

type

`query ($id: Int, $page: Int, $perPage: Int) { Page(page: $page, perPage: $perPage) { threadComments(threadId: $id) { id userId comment likeCount isLiked siteUrl createdAt updatedAt likes childComments isLocked } } }`