chore: remove redundant duplicate flow mutation

This commit is contained in:
Ali BARIN
2024-09-11 09:28:55 +00:00
committed by Faruk AYDIN
parent 22299868fa
commit 8352540fcb
5 changed files with 0 additions and 113 deletions

View File

@@ -8,7 +8,6 @@ type Mutation {
deleteCurrentUser: Boolean
deleteFlow(input: DeleteFlowInput): Boolean
deleteStep(input: DeleteStepInput): Step
duplicateFlow(input: DuplicateFlowInput): Flow
executeFlow(input: ExecuteFlowInput): executeFlowType
generateAuthUrl(input: GenerateAuthUrlInput): AuthLink
resetConnection(input: ResetConnectionInput): Connection
@@ -259,10 +258,6 @@ input DeleteFlowInput {
id: String!
}
input DuplicateFlowInput {
id: String!
}
input UpdateStepInput {
id: String
previousStepId: String