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

7 lines
89 B
GraphQL

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