mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 03:14:40 -05:00
Start working on mutations
This commit is contained in:
@@ -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?> {
|
||||
|
||||
Reference in New Issue
Block a user