remove unnecessary fields from the category query
This commit is contained in:
parent
d3ceea48ed
commit
04a34af0d9
@ -166,10 +166,9 @@ function makeBody(fieldsSet, category = "all") {
|
||||
query: `
|
||||
query category($id: Int!) {
|
||||
category(id: $id) {
|
||||
name
|
||||
# name
|
||||
mangas {
|
||||
nodes {
|
||||
title
|
||||
chapters {
|
||||
nodes {
|
||||
isRead
|
||||
|
||||
Loading…
Reference in New Issue
Block a user