mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-08 19:52:57 +00:00
fix
This commit is contained in:
parent
0ab7114b2d
commit
395929714a
@ -44,8 +44,8 @@ const query: { [key: string]: string } = {
|
|||||||
};
|
};
|
||||||
class Graphql {
|
class Graphql {
|
||||||
queryData = "";
|
queryData = "";
|
||||||
query(queryData: string) {
|
query(data: string) {
|
||||||
this.queryData = queryData;
|
this.queryData = data;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
async params(variables: unknown) {
|
async params(variables: unknown) {
|
||||||
|
Loading…
Reference in New Issue
Block a user