remove unnecessary fields from the category query

This commit is contained in:
Robonau 2024-11-10 22:18:13 +00:00 committed by shamoon
parent d3ceea48ed
commit 04a34af0d9

View File

@ -166,10 +166,9 @@ function makeBody(fieldsSet, category = "all") {
query: ` query: `
query category($id: Int!) { query category($id: Int!) {
category(id: $id) { category(id: $id) {
name # name
mangas { mangas {
nodes { nodes {
title
chapters { chapters {
nodes { nodes {
isRead isRead