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

7 lines
95 B
GraphQL

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