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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user