add admin note to center mentor object
This commit is contained in:
@@ -48,6 +48,9 @@ export class CenterMentorSchema extends PothosSchema {
|
|||||||
managedService: t.relation('managedService', {
|
managedService: t.relation('managedService', {
|
||||||
description: 'The managed services of the center mentor.',
|
description: 'The managed services of the center mentor.',
|
||||||
}),
|
}),
|
||||||
|
adminNote: t.relation('AdminNote', {
|
||||||
|
description: 'The admin note of the center mentor.',
|
||||||
|
}),
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user