Variable GET_MANGA_BY_IDConst
GET_MANGA_BY_ID: "\nquery ($id: Int) {\n Media(id: $id, type: MANGA, format_not_in: [NOVEL]) {\n id\n title {\n romaji\n english\n native\n }\n synonyms\n format\n status\n chapters\n volumes\n description\n genres\n tags {\n id\n name\n category\n }\n countryOfOrigin\n source\n staff {\n edges {\n role\n node {\n name {\n full\n }\n }\n }\n }\n coverImage {\n large\n medium\n }\n mediaListEntry {\n id\n status\n progress\n score\n private\n }\n isAdult\n }\n}\n" = ...
Query to fetch a single manga entry by its AniList media ID. Excludes light novels from results.