From 2d4ffdbd36a5b6456daad940fc7b95f7dd552f32 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 12 Jan 2022 11:59:37 +0100 Subject: [PATCH] Global for graphiql. --- frontend/src/polyfills.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/polyfills.ts b/frontend/src/polyfills.ts index 75b718d14..48b2a4024 100644 --- a/frontend/src/polyfills.ts +++ b/frontend/src/polyfills.ts @@ -17,6 +17,8 @@ /*************************************************************************************************** * BROWSER POLYFILLS */ +// Global for graphiql. +(window as any).global = window; /** * By default, zone.js will patch all possible macroTask and DomEvents