Browse Source

Global for graphiql.

pull/827/head
Sebastian 4 years ago
parent
commit
2d4ffdbd36
  1. 2
      frontend/src/polyfills.ts

2
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

Loading…
Cancel
Save