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

6 lines
84 B
Plaintext
Raw Normal View History

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