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