mirror of
https://github.com/yldio/copilot.git
synced 2025-01-13 12:30:12 +02:00
8 lines
125 B
GraphQL
8 lines
125 B
GraphQL
#import "./ServiceInfo.gql"
|
|
|
|
mutation RestartServices($ids: [ID]!) {
|
|
restartServices(ids: $ids) {
|
|
...ServiceInfo
|
|
}
|
|
}
|