refactor: rewrite useAuthClients with RQ

This commit is contained in:
kasia.oczkowska
2024-04-05 15:28:23 +01:00
parent 4b9ed29cc0
commit 91458f91ef
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
}
}
`;