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

x/anilist_js/graphql/character.ts>character

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

type

`query ($search: String, $id: Int) { Character(id: $id, search: $search) { id name { english: full native alternative } image { large medium } gender description isFavourite dateOfBirth { year month day } favourites bloodType siteUrl age media { nodes { id title { romaji english native userPreferred } type } } } }`