merge change from db
This commit is contained in:
@@ -58,17 +58,14 @@ export class ServiceSchema extends PothosSchema {
|
||||
}),
|
||||
status: t.expose('status', {
|
||||
type: ServiceStatus,
|
||||
nullable: true,
|
||||
description: 'The status of the service.',
|
||||
}),
|
||||
createdAt: t.expose('createdAt', {
|
||||
type: 'DateTime',
|
||||
nullable: true,
|
||||
description: 'The date and time the service was created.',
|
||||
}),
|
||||
updatedAt: t.expose('updatedAt', {
|
||||
type: 'DateTime',
|
||||
nullable: true,
|
||||
description: 'The date and time the service was updated.',
|
||||
}),
|
||||
feedbacks: t.relation('feedbacks', {
|
||||
@@ -86,9 +83,6 @@ export class ServiceSchema extends PothosSchema {
|
||||
milestone: t.relation('milestone', {
|
||||
description: 'The milestone for the service.',
|
||||
}),
|
||||
schedule: t.relation('schedule', {
|
||||
description: 'The schedule for the service.',
|
||||
}),
|
||||
serviceAndCategory: t.relation('serviceAndCategory', {
|
||||
description: 'The service and category for the service.',
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user