chore: remove redundant update step mutation

This commit is contained in:
Ali BARIN
2024-09-18 14:07:02 +00:00
committed by Faruk AYDIN
parent 074e7828f3
commit cd16a3cc15
4 changed files with 0 additions and 100 deletions

View File

@@ -10,7 +10,6 @@ type Mutation {
updateConnection(input: UpdateConnectionInput): Connection
updateCurrentUser(input: UpdateCurrentUserInput): User
updateFlowStatus(input: UpdateFlowStatusInput): Flow
updateStep(input: UpdateStepInput): Step
updateUser(input: UpdateUserInput): User
verifyConnection(input: VerifyConnectionInput): Connection
}
@@ -245,17 +244,6 @@ input ExecuteFlowInput {
stepId: String!
}
input UpdateStepInput {
id: String
previousStepId: String
key: String
appKey: String
connection: StepConnectionInput
flow: StepFlowInput
parameters: JSONObject
previousStep: PreviousStepInput
}
input CreateUserInput {
fullName: String!
email: String!