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

x/anilist_js/graphql/staff.ts>staff

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

type

`query ($search: String, $id: Int) { Staff(search: $search, id: $id) { id name { english: full native alternative } languageV2 primaryOccupations image { large medium } description primaryOccupations gender dateOfBirth { year month day } dateOfDeath { year month day } age yearsActive homeTown bloodType isFavourite isFavouriteBlocked siteUrl favourites staffMedia { nodes { id title { romaji english native userPreferred } type } } characters { nodes { id name { english: full } } } } }`