Added technician config to frontend #127
This commit is contained in:
parent
6c39cd1ae1
commit
51d95c81c1
@ -51,4 +51,4 @@
|
|||||||
"tslib": "^2.4.1",
|
"tslib": "^2.4.1",
|
||||||
"typescript": "~4.9.5"
|
"typescript": "~4.9.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,22 @@
|
|||||||
export class Queries {
|
export class Queries {
|
||||||
|
|
||||||
|
static technicianConfigQuery = `
|
||||||
|
query technicianConfigQuery {
|
||||||
|
technicianConfig {
|
||||||
|
id
|
||||||
|
helpCommandReferenceUrl
|
||||||
|
waitForRestart
|
||||||
|
waitForShutdown
|
||||||
|
cacheMaxMessages
|
||||||
|
pingURLs
|
||||||
|
technicianIds
|
||||||
|
|
||||||
|
createdAt
|
||||||
|
modifiedAt
|
||||||
|
}
|
||||||
|
}
|
||||||
|
`;
|
||||||
|
|
||||||
static guildsQuery = `
|
static guildsQuery = `
|
||||||
query GuildsQuery($id: ID) {
|
query GuildsQuery($id: ID) {
|
||||||
guilds(filter: {id: $id}) {
|
guilds(filter: {id: $id}) {
|
||||||
|
@ -25,4 +25,4 @@
|
|||||||
"Name": "sh-edraft-dark-theme"
|
"Name": "sh-edraft-dark-theme"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user