expose is active in service
This commit is contained in:
@@ -60,6 +60,9 @@ export class ServiceSchema extends PothosSchema {
|
||||
type: ServiceStatus,
|
||||
description: 'The status of the service.',
|
||||
}),
|
||||
isActive: t.exposeBoolean('isActive', {
|
||||
description: 'Whether the service is active.',
|
||||
}),
|
||||
createdAt: t.expose('createdAt', {
|
||||
type: 'DateTime',
|
||||
description: 'The date and time the service was created.',
|
||||
|
||||
Reference in New Issue
Block a user