Added description and duration to graphql Release type.

This commit is contained in:
DebaucheryLibrarian 2024-08-30 02:45:10 +02:00
parent 3d4d7cc307
commit 128f930c7e
1 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,8 @@ export const scenesSchema = `
title: String title: String
effectiveDate: Date effectiveDate: Date
date: Date date: Date
duration: Int
description: String
createdAt: Date createdAt: Date
shootId: Int shootId: Int
channel: Entity channel: Entity