mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 01:09:56 -05:00
14 lines
267 B
TypeScript
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 }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
`; |