mirror of
https://github.com/yldio/copilot.git
synced 2025-01-14 21:10:13 +02:00
11 lines
133 B
GraphQL
11 lines
133 B
GraphQL
mutation StartServices($ids: [ID]!) {
|
|
startServices(ids: $ids) {
|
|
id
|
|
slug
|
|
instances {
|
|
id
|
|
status
|
|
}
|
|
}
|
|
}
|