Reduce requested downloader data in queries

This commit is contained in:
schroda
2024-07-06 15:28:27 +02:00
parent cb978d9a0e
commit df006bb348
7 changed files with 74 additions and 59 deletions

View File

@@ -185,28 +185,6 @@ export const FULL_EXTENSION_FIELDS = gql`
}
`;
export const FULL_DOWNLOAD_STATUS = gql`
fragment FULL_DOWNLOAD_STATUS on DownloadStatus {
queue {
chapter {
id
name
sourceOrder
isDownloaded
manga {
id
title
downloadCount
}
}
progress
state
tries
}
state
}
`;
export const ABOUT_WEBUI = gql`
fragment ABOUT_WEBUI on AboutWebUI {
channel