Skip to content

Commit 5224ad1

Browse files
authored
Add missing id to request (#571)
The id is required to normalize the data
1 parent 6edf3ba commit 5224ad1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/graphql/queries/CategoryQuery.ts

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export const GET_CATEGORY_MANGAS = gql`
5959
${PAGE_INFO}
6060
query GET_CATEGORY_MANGAS($id: Int!) {
6161
category(id: $id) {
62+
id
6263
mangas {
6364
nodes {
6465
...FULL_MANGA_FIELDS

0 commit comments

Comments
 (0)