refactor(web): remove typescript
This commit is contained in:
11
packages/web/src/graphql/mutations/update-app-auth-client.js
Normal file
11
packages/web/src/graphql/mutations/update-app-auth-client.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const UPDATE_APP_AUTH_CLIENT = gql`
|
||||
mutation UpdateAppAuthClient($input: UpdateAppAuthClientInput) {
|
||||
updateAppAuthClient(input: $input) {
|
||||
id
|
||||
appConfigId
|
||||
name
|
||||
active
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user