Use first unread chapter for continue read buttons (#689)

This commit is contained in:
schroda
2024-04-01 00:57:47 +02:00
committed by GitHub
parent 9674b18d28
commit fe2cb682b6
5 changed files with 28 additions and 10 deletions

View File

@@ -113,6 +113,9 @@ export const UPDATE_CHAPTER = gql`
latestReadChapter {
id
}
firstUnreadChapter {
id
}
}
}
}
@@ -156,6 +159,9 @@ export const UPDATE_CHAPTERS = gql`
latestReadChapter {
id
}
firstUnreadChapter {
id
}
}
}
}