chore: remove redundant delete current user mutation

This commit is contained in:
Ali BARIN
2024-09-18 15:36:23 +00:00
committed by Faruk AYDIN
parent ed12465975
commit dccc3c5bc1
4 changed files with 0 additions and 67 deletions

View File

@@ -4,7 +4,6 @@ type Query {
type Mutation {
createConnection(input: CreateConnectionInput): Connection
createUser(input: CreateUserInput): UserWithAcceptInvitationUrl
deleteCurrentUser: Boolean
deleteFlow(input: DeleteFlowInput): Boolean
deleteStep(input: DeleteStepInput): Step
executeFlow(input: ExecuteFlowInput): executeFlowType