We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6edf3ba commit 5224ad1Copy full SHA for 5224ad1
src/lib/graphql/queries/CategoryQuery.ts
@@ -59,6 +59,7 @@ export const GET_CATEGORY_MANGAS = gql`
59
${PAGE_INFO}
60
query GET_CATEGORY_MANGAS($id: Int!) {
61
category(id: $id) {
62
+ id
63
mangas {
64
nodes {
65
...FULL_MANGA_FIELDS
0 commit comments