More todos

This commit is contained in:
Syer10
2023-03-31 22:36:01 -04:00
parent 9312f5fd14
commit 3bbda7ba54
5 changed files with 18 additions and 0 deletions

View File

@@ -30,6 +30,9 @@ import java.util.concurrent.CompletableFuture
* - Remove from category
* - Check for updates
* - Download x(all = -1) chapters
* - Delete read/all downloaded chapters
* - Add/update meta
* - Delete meta
*/
class MangaQuery {
fun manga(dataFetchingEnvironment: DataFetchingEnvironment, id: Int): CompletableFuture<MangaType> {