database bi kiet pha banh roi
This commit is contained in:
@@ -146,6 +146,20 @@ export class ScheduleSchema extends PothosSchema {
|
||||
orderId: t.exposeID('orderId', {
|
||||
nullable: true,
|
||||
}),
|
||||
participantIds: t.exposeStringList('participantIds', {
|
||||
nullable: false,
|
||||
}),
|
||||
maxParticipants: t.exposeInt('maxParticipants', {
|
||||
nullable: false,
|
||||
}),
|
||||
lateStart: t.expose('lateStart', {
|
||||
type: 'DateTime',
|
||||
nullable: true,
|
||||
}),
|
||||
collaborationSession: t.relation('CollaborationSession', {
|
||||
description: 'The collaboration session of the schedule date.',
|
||||
nullable: true,
|
||||
}),
|
||||
schedule: t.relation('schedule', {
|
||||
description: 'The schedule the schedule date belongs to.',
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user