chore: remove update-flow mutation
This commit is contained in:
@@ -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!
|
||||
|
Reference in New Issue
Block a user