From b3f12bb5a177b386019eef62a325bc940d38dacb Mon Sep 17 00:00:00 2001 From: aaronshiel Date: Tue, 7 May 2024 13:54:50 -0700 Subject: [PATCH] config query fix --- client/src/queries.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/src/queries.ts b/client/src/queries.ts index 62a18df3..4b1f2aa1 100644 --- a/client/src/queries.ts +++ b/client/src/queries.ts @@ -13,6 +13,7 @@ query FetchOrgConfig($orgAccessCode: String) { styleHeaderTitle styleHeaderText styleHeaderColor + classifierLambdaEndpoint styleHeaderTextColor styleHeaderLogo styleHeaderLogoUrl @@ -52,6 +53,11 @@ query FetchOrgConfig($orgAccessCode: String) { postSurveyUserIdEnabled postSurveyReferrerEnabled surveyButtonInDisclaimer + urlGraphql + urlVideo + mentorsDefault + defaultVirtualBackground + minTopicQuestionSize } } `;