🛠 Fixes for GraphQL related schema changes

This commit is contained in:
2026-02-17 12:05:28 -05:00
parent 136a7f494f
commit cd446a9ca3
8 changed files with 894 additions and 195 deletions

View File

@@ -129,6 +129,10 @@ const ComicSchema = mongoose.Schema(
wanted: wantedSchema,
acquisition: {
source: {
wanted: { type: Boolean, default: false },
name: { type: String, default: null },
},
release: {},
directconnect: {
downloads: {