chore: remove redundant create connection mutation

This commit is contained in:
Ali BARIN
2024-09-24 08:30:07 +00:00
parent c879ffa768
commit 23c1a42163
5 changed files with 1 additions and 72 deletions

View File

@@ -1,10 +1,9 @@
import { CREATE_CONNECTION } from './create-connection';
import { UPDATE_CONNECTION } from './update-connection';
import { VERIFY_CONNECTION } from './verify-connection';
import { RESET_CONNECTION } from './reset-connection';
import { GENERATE_AUTH_URL } from './generate-auth-url';
const mutations = {
createConnection: CREATE_CONNECTION,
updateConnection: UPDATE_CONNECTION,
verifyConnection: VERIFY_CONNECTION,
resetConnection: RESET_CONNECTION,