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

@@ -1,11 +0,0 @@
import { gql } from '@apollo/client';
export const UPDATE_APP_AUTH_CLIENT = gql`
mutation UpdateAppAuthClient($input: UpdateAppAuthClientInput) {
updateAppAuthClient(input: $input) {
id
appConfigId
name
active
}
}
`;