feat: docker auto upgrade
This commit is contained in:
12
client/graph/admin/system/system-mutation-upgrade.gql
Normal file
12
client/graph/admin/system/system-mutation-upgrade.gql
Normal file
@@ -0,0 +1,12 @@
|
||||
mutation {
|
||||
system {
|
||||
performUpgrade {
|
||||
responseResult {
|
||||
succeeded
|
||||
errorCode
|
||||
slug
|
||||
message
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -2,19 +2,20 @@ query {
|
||||
system {
|
||||
info {
|
||||
configFile
|
||||
cpuCores
|
||||
currentVersion
|
||||
dbHost
|
||||
dbType
|
||||
dbVersion
|
||||
dbHost
|
||||
hostname
|
||||
latestVersion
|
||||
latestVersionReleaseDate
|
||||
nodeVersion
|
||||
operatingSystem
|
||||
platform
|
||||
hostname
|
||||
cpuCores
|
||||
ramTotal
|
||||
upgradeCapable
|
||||
workingDirectory
|
||||
nodeVersion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user