mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08: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