chore: remove redundant delete flow mutation

This commit is contained in:
Ali BARIN
2024-09-18 15:45:39 +00:00
committed by Faruk AYDIN
parent 5de06d4482
commit 30d496076b
4 changed files with 0 additions and 66 deletions

View File

@@ -4,7 +4,6 @@ type Query {
type Mutation {
createConnection(input: CreateConnectionInput): Connection
createUser(input: CreateUserInput): UserWithAcceptInvitationUrl
deleteFlow(input: DeleteFlowInput): Boolean
deleteStep(input: DeleteStepInput): Step
executeFlow(input: ExecuteFlowInput): executeFlowType
generateAuthUrl(input: GenerateAuthUrlInput): AuthLink
@@ -247,10 +246,6 @@ input ExecuteFlowInput {
stepId: String!
}
input DeleteFlowInput {
id: String!
}
input UpdateStepInput {
id: String
previousStepId: String