We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d9f0b commit 519f587Copy full SHA for 519f587
tests/suites/tenant/queryEditor/models/QueryEditor.ts
@@ -10,7 +10,7 @@ import {PaneWrapper, ResultTable} from './ResultTable';
10
import {SettingsDialog} from './SettingsDialog';
11
12
export enum ExplainResultType {
13
- Schema = 'Schema',
+ Schema = 'Computation Graph',
14
JSON = 'JSON',
15
AST = 'AST',
16
}
0 commit comments