chore: remove redundant update flow status mutation

This commit is contained in:
Ali BARIN
2024-09-19 07:54:43 +00:00
committed by Faruk AYDIN
parent 184d748890
commit 66c12e1a92
4 changed files with 0 additions and 108 deletions

View File

@@ -8,7 +8,6 @@ type Mutation {
resetConnection(input: ResetConnectionInput): Connection
updateConnection(input: UpdateConnectionInput): Connection
updateCurrentUser(input: UpdateCurrentUserInput): User
updateFlowStatus(input: UpdateFlowStatusInput): Flow
updateUser(input: UpdateUserInput): User
verifyConnection(input: VerifyConnectionInput): Connection
}
@@ -234,11 +233,6 @@ input VerifyConnectionInput {
id: String!
}
input UpdateFlowStatusInput {
id: String!
active: Boolean!
}
input ExecuteFlowInput {
stepId: String!
}