Update WorkshopSchema to include duration field; modify epess-database subproject commit reference. Enhance type definitions in pothos.generated.ts for improved schema consistency.
This commit is contained in:
Submodule epess-database updated: c41039db5c...d7d60ac4e9
@@ -37,6 +37,9 @@ export class WorkshopSchema extends PothosSchema {
|
||||
imageFile: t.relation('imageFile', {
|
||||
nullable: true,
|
||||
}),
|
||||
duration: t.exposeInt('duration', {
|
||||
description: 'The duration of the workshop in minutes.',
|
||||
}),
|
||||
imageFileId: t.exposeID('imageFileId', {
|
||||
description: 'The ID of the image file for the workshop.',
|
||||
}),
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user