Start working on mutations

This commit is contained in:
Syer10
2023-04-28 21:29:06 -04:00
parent 988853be63
commit da8ca23496
2 changed files with 55 additions and 48 deletions

View File

@@ -46,14 +46,6 @@ import java.util.concurrent.CompletableFuture
* TODO Queries
* - Filter in library
* - Get page list?
*
* TODO Mutations
* - Last page read
* - Read status
* - bookmark status
* - Check for updates?
* - Download
* - Delete download
*/
class ChapterQuery {
fun chapter(dataFetchingEnvironment: DataFetchingEnvironment, id: Int): CompletableFuture<ChapterType?> {