[ServerMapping][Codegen] Update to latest server gql MangaType changes (#546)
This commit is contained in:
@@ -257,7 +257,6 @@ export const PARTIAL_MANGA_FIELDS = gql`
|
||||
`;
|
||||
|
||||
export const FULL_CHAPTER_FIELDS = gql`
|
||||
${PARTIAL_MANGA_FIELDS}
|
||||
fragment FULL_CHAPTER_FIELDS on ChapterType {
|
||||
chapterNumber
|
||||
fetchedAt
|
||||
@@ -268,7 +267,10 @@ export const FULL_CHAPTER_FIELDS = gql`
|
||||
lastPageRead
|
||||
lastReadAt
|
||||
manga {
|
||||
...PARTIAL_MANGA_FIELDS
|
||||
id
|
||||
title
|
||||
inLibrary
|
||||
thumbnailUrl
|
||||
}
|
||||
meta {
|
||||
key
|
||||
@@ -292,6 +294,15 @@ export const FULL_MANGA_FIELDS = gql`
|
||||
lastReadChapter {
|
||||
...FULL_CHAPTER_FIELDS
|
||||
}
|
||||
latestReadChapter {
|
||||
...FULL_CHAPTER_FIELDS
|
||||
}
|
||||
latestFetchedChapter {
|
||||
...FULL_CHAPTER_FIELDS
|
||||
}
|
||||
latestUploadedChapter {
|
||||
...FULL_CHAPTER_FIELDS
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user