met qua
This commit is contained in:
@@ -27,13 +27,13 @@ export class WorkshopSchema extends PothosSchema {
|
||||
staffId: t.exposeID('staffId'),
|
||||
serviceId: t.exposeID('serviceId'),
|
||||
date: t.expose('date', {
|
||||
type: 'Date',
|
||||
type: 'DateTime',
|
||||
}),
|
||||
createdAt: t.expose('createdAt', {
|
||||
type: 'Date',
|
||||
type: 'DateTime',
|
||||
}),
|
||||
updatedAt: t.expose('updatedAt', {
|
||||
type: 'Date',
|
||||
type: 'DateTime',
|
||||
}),
|
||||
service: t.relation('service'),
|
||||
workshopOrganization: t.relation('workshopOrganization'),
|
||||
|
||||
Reference in New Issue
Block a user