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

7 lines
89 B
GraphQL

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