update schema due to majority database change
This commit is contained in:
@@ -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', {
|
||||
|
||||
Reference in New Issue
Block a user