chore: remove redundant execute flow mutation

This commit is contained in:
Ali BARIN
2024-09-19 09:09:32 +00:00
parent 84d5b3b158
commit 32f7bbfbab
4 changed files with 0 additions and 52 deletions

View File

@@ -1,5 +1,4 @@
// Converted mutations
import executeFlow from './mutations/execute-flow.js';
import verifyConnection from './mutations/verify-connection.js';
import updateCurrentUser from './mutations/update-current-user.js';
import generateAuthUrl from './mutations/generate-auth-url.js';
@@ -9,7 +8,6 @@ import updateConnection from './mutations/update-connection.js';
const mutationResolvers = {
createConnection,
executeFlow,
generateAuthUrl,
resetConnection,
updateConnection,