Files
Moku/_old/api/queries/downloads.ts
T
2026-05-22 04:04:59 -05:00

14 lines
267 B
TypeScript

export const GET_DOWNLOAD_STATUS = `
query GetDownloadStatus {
downloadStatus {
state
queue {
progress state tries
chapter {
id name pageCount mangaId
manga { id title thumbnailUrl }
}
}
}
}
`;