feat: introduce app configs with shared auth clients (#1213)
This commit is contained in:
13
packages/web/src/graphql/queries/get-app-auth-client.ee.ts
Normal file
13
packages/web/src/graphql/queries/get-app-auth-client.ee.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const GET_APP_AUTH_CLIENT = gql`
|
||||
query GetAppAuthClient($id: String!) {
|
||||
getAppAuthClient(id: $id) {
|
||||
id
|
||||
appConfigId
|
||||
name
|
||||
active
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user