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'];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user