chore: remove update-flow mutation

This commit is contained in:
Ali BARIN
2024-08-29 15:07:23 +00:00
parent 562341adfe
commit 8ddfcce787
2 changed files with 0 additions and 8 deletions

View File

@@ -18,7 +18,6 @@ type Mutation {
resetConnection(input: ResetConnectionInput): Connection
updateConnection(input: UpdateConnectionInput): Connection
updateCurrentUser(input: UpdateCurrentUserInput): User
updateFlow(input: UpdateFlowInput): Flow
updateFlowStatus(input: UpdateFlowStatusInput): Flow
updateRole(input: UpdateRoleInput): Role
updateStep(input: UpdateStepInput): Step
@@ -295,11 +294,6 @@ input CreateFlowInput {
connectionId: String
}
input UpdateFlowInput {
id: String!
name: String!
}
input UpdateFlowStatusInput {
id: String!
active: Boolean!