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 6338b83 commit 97d2d57Copy full SHA for 97d2d57
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