merge change from db
This commit is contained in:
@@ -32,6 +32,11 @@ export class WorkshopOrganizationSchema extends PothosSchema {
|
||||
service: t.relation('service', {
|
||||
description: 'The service that the organization is for.',
|
||||
}),
|
||||
createdAt: t.expose('createdAt', {
|
||||
type: 'DateTime',
|
||||
description:
|
||||
'The date and time the workshop organization was created.',
|
||||
}),
|
||||
}),
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user