update schema due to majority database change

This commit is contained in:
2024-10-18 01:50:26 +07:00
parent 9dcc84d371
commit 1523642b9d
13 changed files with 293 additions and 61 deletions

View File

@@ -77,10 +77,10 @@ export class WorkshopSchema extends PothosSchema {
service: t.relation('service', {
description: 'The service that the workshop is for.',
}),
workshopOrganization: t.relation('workshopOrganization', {
organization: t.relation('organization', {
description: 'The organization that the workshop is for.',
}),
workshopSubscription: t.relation('workshopSubscription', {
subscription: t.relation('subscription', {
description: 'The subscription that the workshop is for.',
}),
staff: t.relation('staff', {