joyent-portal/packages/cp-gql-mock-server/test/tags/restart-services.gql

7 lines
95 B
Plaintext
Raw Normal View History

2017-07-21 17:08:15 +03:00
mutation restartServices($ids: [ID]!) {
restartServices(ids: $ids) {
id
status
2017-07-21 17:08:15 +03:00
}
}