wikijs-fork/client/graph/admin/system/system-query-info.gql

21 lines
296 B
Plaintext
Raw Normal View History

query {
system {
info {
configFile
currentVersion
dbType
dbVersion
dbHost
latestVersion
latestVersionReleaseDate
operatingSystem
platform
hostname
cpuCores
ramTotal
workingDirectory
nodeVersion
}
}
}