Fix manga/source and manga/chapters for graphql (#548)

This commit is contained in:
Mitchell Syer
2023-05-16 20:27:20 -04:00
committed by GitHub
parent ecc1cabafd
commit 99e1912bfe
4 changed files with 4 additions and 36 deletions

View File

@@ -39,7 +39,7 @@ class MangaMutation {
val mangas: List<MangaType>
)
data class UpdateMangasInput(
val clientMutationId: String?? = null,
val clientMutationId: String? = null,
val ids: List<Int>,
val patch: UpdateMangaPatch
)