Skip to content

Commit 36ddfaa

Browse files
committed
fix query type
1 parent 084d105 commit 36ddfaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cubejs-query-orchestrator/src/orchestrator/QueryCache.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export type QueryBody = {
8080
persistent?: boolean;
8181
query?: string;
8282
values?: string[];
83+
loadRefreshKeysOnly?: boolean;
8384
continueWait?: boolean;
8485
// @deprecated
8586
renewQuery?: boolean;

0 commit comments

Comments
 (0)