Merge pull request #1793 from automatisch/AUT-682

refactor: rewrite useAuthClients with RQ
This commit is contained in:
Ali BARIN
2024-04-08 14:40:44 +02:00
committed by GitHub
9 changed files with 54 additions and 84 deletions

View File

@@ -1,11 +0,0 @@
import { gql } from '@apollo/client';
export const GET_APP_AUTH_CLIENTS = gql`
query GetAppAuthClients($appKey: String!, $active: Boolean) {
getAppAuthClients(appKey: $appKey, active: $active) {
id
appConfigId
name
active
}
}
`;