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 75e9cdd commit 3c391fdCopy full SHA for 3c391fd
packages/cubejs-schema-compiler/src/compiler/JoinGraph.ts
@@ -7,7 +7,7 @@ import type { CubeEvaluator, MeasureDefinition } from './CubeEvaluator';
7
import type { CubeDefinition, JoinDefinition } from './CubeSymbols';
8
import type { ErrorReporter } from './ErrorReporter';
9
10
-type JoinEdge = {
+export type JoinEdge = {
11
join: JoinDefinition,
12
from: string,
13
to: string,
0 commit comments