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