push code ne
This commit is contained in:
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user