joyent-portal/packages/cp-gql-mock-server/test/tags/restart-services.gql
2017-09-01 23:32:06 +01:00

7 lines
95 B
GraphQL

mutation restartServices($ids: [ID]!) {
restartServices(ids: $ids) {
id
status
}
}