refactor schema to match database schema
This commit is contained in:
@@ -92,7 +92,7 @@ export class ServiceSchema extends PothosSchema {
|
||||
user: t.relation('user', {
|
||||
description: 'The user who requested the service.',
|
||||
}),
|
||||
managedService: t.relation('ManagedService', {
|
||||
managedService: t.relation('managedService', {
|
||||
description: 'The managed service for the service.',
|
||||
}),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user