[FA-misc] Gallery
All checks were successful
CI / build-backend (pull_request) Successful in 1m13s
CI / build-frontend (pull_request) Successful in 38s

This commit is contained in:
gamer147
2025-12-10 12:28:50 -05:00
parent 7185b95c65
commit f830773af5
3 changed files with 178 additions and 18 deletions

View File

@@ -41,6 +41,10 @@ query Novel($id: UnsignedInt!) {
order
name
lastUpdatedTime
images {
id
newPath
}
}
}
}