Skip to content

Commit 8e69157

Browse files
author
Andre Turner
committed
revised object type name
1 parent 3179542 commit 8e69157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/engagement/workflow/dto/engagement-workflow-transition.dto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ObjectType } from '@nestjs/graphql';
22
import { WorkflowTransition } from '../../../workflow/dto';
33
import { EngagementStatus } from '../../dto';
44

5-
@ObjectType('EngagementStatusTransition', {
5+
@ObjectType('EngagementWorkflowTransition', {
66
description: WorkflowTransition.descriptionFor('engagement'),
77
})
88
export abstract class EngagementWorkflowTransition extends WorkflowTransition(

0 commit comments

Comments
 (0)