query ($slug: String!) { findMangaBySlug(slug: $slug) { id ageRating ageRatingGuide posterImage { original { height name url width } views { height name url width } } categories(first: 100) { nodes { title(locales: "en") } } chapterCount volumeCount characters(first: 100) { nodes { character { id names { canonical alternatives } image { original { height name url width } } slug } role } pageInfo { endCursor hasNextPage hasPreviousPage startCursor } } description(locales: "en") startDate endDate mappings(first: 10) { nodes { externalId externalSite } } posterImage { original { height name url width } views { height name url width } } sfw slug staff(first: 100) { nodes { person { id birthday image { original { height name url width } views { height name url width } } names { alternatives canonical localized(locales: "*") } slug } role } pageInfo { endCursor hasNextPage hasPreviousPage startCursor } } status subtype titles { canonical canonicalLocale localized(locales: ["en", "en-t-ja", "ja", "ja-jp"]) } } }