push code ne

This commit is contained in:
2024-10-28 01:08:13 +07:00
parent 571bb93e28
commit eec9fcfeff
20 changed files with 296 additions and 118 deletions

View File

@@ -25,14 +25,17 @@ export class ManagedServiceSchema extends PothosSchema {
id: t.exposeID('id', {
description: 'The ID of the managed service.',
}),
staffId: t.exposeID('staffId', {
description: 'The ID of the staff member.',
mentorId: t.exposeID('mentorId', {
description: 'The ID of the mentor.',
}),
serviceId: t.exposeID('serviceId', {
description: 'The ID of the service.',
}),
staff: t.relation('staff', {
description: 'The staff member.',
schedule: t.relation('schedule', {
description: 'The schedule of the service.',
}),
mentor: t.relation('mentor', {
description: 'The mentor.',
}),
service: t.relation('service', {
description: 'The service.',