Fixed shootId defined as Int rather than String
This commit is contained in:
@@ -109,7 +109,7 @@ export const scenesSchema = `
|
||||
duration: Int
|
||||
description: String
|
||||
createdAt: Date
|
||||
shootId: Int
|
||||
shootId: String
|
||||
channel: Entity
|
||||
network: Entity
|
||||
actors: [Actor!]!
|
||||
|
||||
Reference in New Issue
Block a user