More mutations

This commit is contained in:
Syer10
2023-04-28 21:56:25 -04:00
parent da8ca23496
commit 4577bbc572
4 changed files with 89 additions and 14 deletions

View File

@@ -45,17 +45,6 @@ import java.util.concurrent.CompletableFuture
/**
* TODO Queries
*
* TODO Mutations
* - Favorite
* - Unfavorite
* - Add to category
* - 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?> {