7 lines
87 B
Plaintext
7 lines
87 B
Plaintext
|
mutation StopServices($ids: [ID]!) {
|
||
|
stopServices(ids: $ids) {
|
||
|
id
|
||
|
slug
|
||
|
}
|
||
|
}
|