mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
feat: add query
This commit is contained in:
parent
30a9cb1c87
commit
184fde9bc8
@ -26,3 +26,20 @@ export const OAPTimeInfo = {
|
||||
export const OAPVersion = {
|
||||
query: `version { version }`,
|
||||
};
|
||||
|
||||
export const MenuItems = {
|
||||
query: `
|
||||
getMenuItems {
|
||||
title
|
||||
icon
|
||||
layer
|
||||
activate
|
||||
subItems {
|
||||
title
|
||||
icon
|
||||
layer
|
||||
activate
|
||||
}
|
||||
}
|
||||
`,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user