Replace deprecated gql sort inputs
Was missed in e1e2cbc679 and caused unexpected behaviour due to the response data being incorrectly sorted
This commit is contained in:
@@ -135,7 +135,7 @@ export const GET_MANGAS_CHAPTER_IDS_WITH_STATE = gql`
|
||||
chapters(
|
||||
filter: { mangaId: { in: $mangaIds } }
|
||||
condition: { isDownloaded: $isDownloaded, isRead: $isRead, isBookmarked: $isBookmarked }
|
||||
orderBy: SOURCE_ORDER
|
||||
order: [{ by: SOURCE_ORDER }]
|
||||
) {
|
||||
nodes {
|
||||
...CHAPTER_STATE_FIELDS
|
||||
|
||||
Reference in New Issue
Block a user