Variable GET_USER_MANGA_LISTConst
GET_USER_MANGA_LIST: "\nquery ($userId: Int, $chunk: Int, $perChunk: Int) {\n MediaListCollection(userId: $userId, type: MANGA, chunk: $chunk, perChunk: $perChunk) {\n lists {\n name\n entries {\n id\n mediaId\n status\n progress\n score\n private\n media {\n id\n title {\n romaji\n english\n native\n }\n }\n }\n }\n }\n}\n" = ...
Query to fetch a paginated subset of a user's manga collection from AniList. Supports chunking for large collections.