Update workflow stepId type (#13602)
This commit is contained in:
@@ -712,7 +712,7 @@ export type DeleteWebhookDto = {
|
||||
|
||||
export type DeleteWorkflowVersionStepInput = {
|
||||
/** Step to delete ID */
|
||||
stepId: Scalars['UUID'];
|
||||
stepId: Scalars['String'];
|
||||
/** Workflow version ID */
|
||||
workflowVersionId: Scalars['UUID'];
|
||||
};
|
||||
|
||||
@@ -676,7 +676,7 @@ export type DeleteWebhookDto = {
|
||||
|
||||
export type DeleteWorkflowVersionStepInput = {
|
||||
/** Step to delete ID */
|
||||
stepId: Scalars['UUID'];
|
||||
stepId: Scalars['String'];
|
||||
/** Workflow version ID */
|
||||
workflowVersionId: Scalars['UUID'];
|
||||
};
|
||||
|
||||
+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