From 128f930c7e8d69cf6f501557278795ed6062dada Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Fri, 30 Aug 2024 02:45:10 +0200 Subject: [PATCH] Added description and duration to graphql Release type. --- src/web/scenes.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/web/scenes.js b/src/web/scenes.js index 1339846..e88cb2c 100644 --- a/src/web/scenes.js +++ b/src/web/scenes.js @@ -106,6 +106,8 @@ export const scenesSchema = ` title: String effectiveDate: Date date: Date + duration: Int + description: String createdAt: Date shootId: Int channel: Entity