You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/types.ts
+34Lines changed: 34 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,44 @@
1
1
import{DataSourceJsonData}from'@grafana/data';
2
2
import{DataQuery}from'@grafana/schema';
3
3
4
+
typeVariablesType=string|Record<string,any>;
5
+
6
+
4
7
interfaceWildGraphQLCommonQueryextendsDataQuery{
5
8
queryText: string;
6
9
/** The operation name if explicitly set. Note that an empty string should be treated the same way as an undefined value, although storing an undefined value is preferred.*/
0 commit comments