add admin note to center mentor object

This commit is contained in:
2024-10-28 17:11:51 +07:00
parent 5aef134c42
commit f0e90ba234

View File

@@ -48,6 +48,9 @@ export class CenterMentorSchema extends PothosSchema {
managedService: t.relation('managedService', {
description: 'The managed services of the center mentor.',
}),
adminNote: t.relation('AdminNote', {
description: 'The admin note of the center mentor.',
}),
}),
});
}