mirror of
https://github.com/gethomepage/homepage.git
synced 2026-04-10 12:11:23 -07:00
remove unnecessary fields from the category query
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user