Update workflow stepId type (#13602)
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ export class DeleteWorkflowVersionStepInput {
|
||||
})
|
||||
workflowVersionId: string;
|
||||
|
||||
@Field(() => UUIDScalarType, {
|
||||
@Field(() => String, {
|
||||
description: 'Step to delete ID',
|
||||
nullable: false,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user