Add missing id to request (#571)

The id is required to normalize the data
This commit is contained in:
schroda
2024-01-26 20:50:09 +01:00
committed by GitHub
parent 6edf3bad64
commit 5224ad1391

View File

@@ -59,6 +59,7 @@ export const GET_CATEGORY_MANGAS = gql`
${PAGE_INFO}
query GET_CATEGORY_MANGAS($id: Int!) {
category(id: $id) {
id
mangas {
nodes {
...FULL_MANGA_FIELDS