We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258be19 commit 9f7ad08Copy full SHA for 9f7ad08
packages/cubejs-server-core/src/core/CompilerApi.js
@@ -55,7 +55,12 @@ export class CompilerApi {
55
dispose() {
56
if (this.compiledScriptCacheInterval) {
57
clearInterval(this.compiledScriptCacheInterval);
58
+ this.compiledScriptCacheInterval = null;
59
}
60
+
61
+ this.compilers = undefined;
62
+ this.queryFactory = undefined;
63
+ this.graphqlSchema = undefined;
64
65
66
setGraphQLSchema(schema) {
0 commit comments