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

@@ -31,6 +31,7 @@ import java.util.concurrent.CompletableFuture
* - bookmark status
* - Check for updates?
* - Download
* - Delete download
*/
class ChapterQuery {
fun chapter(dataFetchingEnvironment: DataFetchingEnvironment, id: Int): CompletableFuture<ChapterType> {