mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage-server
synced 2026-04-11 18:08:16 +00:00
feat: add worklist engine with prioritized missed calls, follow-ups, and leads
This commit is contained in:
@@ -19,7 +19,7 @@ export class PlatformGraphqlService {
|
||||
}
|
||||
|
||||
// Query using a passed-through auth header (user JWT)
|
||||
private async queryWithAuth<T>(query: string, variables: Record<string, any> | undefined, authHeader: string): Promise<T> {
|
||||
async queryWithAuth<T>(query: string, variables: Record<string, any> | undefined, authHeader: string): Promise<T> {
|
||||
const response = await axios.post(
|
||||
this.graphqlUrl,
|
||||
{ query, variables },
|
||||
|
||||
Reference in New Issue
Block a user