feat: auth self-registration config + gql grouping
This commit is contained in:
23
client/graph/admin/system/system-query-info.gql
Normal file
23
client/graph/admin/system/system-query-info.gql
Normal file
@@ -0,0 +1,23 @@
|
||||
query {
|
||||
system {
|
||||
info {
|
||||
configFile
|
||||
currentVersion
|
||||
dbType
|
||||
dbVersion
|
||||
dbHost
|
||||
latestVersion
|
||||
latestVersionReleaseDate
|
||||
operatingSystem
|
||||
hostname
|
||||
cpuCores
|
||||
ramTotal
|
||||
workingDirectory
|
||||
nodeVersion
|
||||
redisVersion
|
||||
redisUsedRAM
|
||||
redisTotalRAM
|
||||
redisHost
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user