refactor(web): rewrite mutation with PATCH /v1/admin/apps/:appKey/auth-clients/:appAuthClientId

This commit is contained in:
Ali BARIN
2024-08-27 16:46:10 +00:00
parent b2bda8479e
commit 09bc0bba1e
7 changed files with 40 additions and 63 deletions

View File

@@ -12,7 +12,6 @@ import executeFlow from './mutations/execute-flow.js';
import generateAuthUrl from './mutations/generate-auth-url.js';
import registerUser from './mutations/register-user.ee.js';
import resetConnection from './mutations/reset-connection.js';
import updateAppAuthClient from './mutations/update-app-auth-client.ee.js';
import updateAppConfig from './mutations/update-app-config.ee.js';
import updateConfig from './mutations/update-config.ee.js';
import updateConnection from './mutations/update-connection.js';
@@ -45,7 +44,6 @@ const mutationResolvers = {
generateAuthUrl,
registerUser,
resetConnection,
updateAppAuthClient,
updateAppConfig,
updateConfig,
updateConnection,