[ServerMapping][Codegen] Update to latest server gql MangaType changes (#546)
This commit is contained in:
@@ -107,6 +107,9 @@ export const UPDATE_CHAPTER = gql`
|
||||
lastReadChapter {
|
||||
id
|
||||
}
|
||||
latestReadChapter {
|
||||
id
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -136,7 +139,7 @@ export const UPDATE_CHAPTERS = gql`
|
||||
$chapterIdsToDelete: [Int!]!
|
||||
$deleteChapters: Boolean!
|
||||
$mangaIds: [Int!]!
|
||||
$lastReadChapterIds: [Int!]!
|
||||
$latestReadChapterIds: [Int!]!
|
||||
$downloadAhead: Boolean!
|
||||
) {
|
||||
updateChapters(input: $input) {
|
||||
@@ -153,6 +156,9 @@ export const UPDATE_CHAPTERS = gql`
|
||||
lastReadChapter {
|
||||
id
|
||||
}
|
||||
latestReadChapter {
|
||||
id
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -167,7 +173,7 @@ export const UPDATE_CHAPTERS = gql`
|
||||
}
|
||||
}
|
||||
}
|
||||
downloadAhead(input: { mangaIds: $mangaIds, latestReadChapterIds: $lastReadChapterIds })
|
||||
downloadAhead(input: { mangaIds: $mangaIds, latestReadChapterIds: $latestReadChapterIds })
|
||||
@include(if: $downloadAhead) {
|
||||
clientMutationId
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user