Fixed shootId defined as Int rather than String

This commit is contained in:
2024-09-05 16:58:36 +02:00
parent 6751ff39a2
commit 2c386e4880
2 changed files with 7 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ export const scenesSchema = `
duration: Int
description: String
createdAt: Date
shootId: Int
shootId: String
channel: Entity
network: Entity
actors: [Actor!]!