2017-07-07 20:04:01 +03:00
|
|
|
#import "./ServiceInfo.gql"
|
|
|
|
|
2017-06-19 15:10:57 +03:00
|
|
|
mutation StopServices($ids: [ID]!) {
|
|
|
|
stopServices(ids: $ids) {
|
2017-07-07 20:04:01 +03:00
|
|
|
...ServiceInfo
|
2017-06-26 15:25:46 +03:00
|
|
|
instances {
|
|
|
|
id
|
|
|
|
status
|
|
|
|
}
|
2017-06-19 15:10:57 +03:00
|
|
|
}
|
|
|
|
}
|