enabled context and fix some api
This commit is contained in:
@@ -28,7 +28,7 @@ export class AdminNoteSchema extends PothosSchema {
|
||||
content: t.exposeString('content', {
|
||||
description: 'The content of the admin note.',
|
||||
}),
|
||||
notedByUserId: t.exposeID('notedByUserId', {
|
||||
notedByUserId: t.exposeString('notedByUserId', {
|
||||
description: 'The ID of the user who created the admin note.',
|
||||
}),
|
||||
notedBy: t.relation('notedBy', {
|
||||
|
||||
Reference in New Issue
Block a user