joyent-portal/packages/cp-frontend/src/graphql/ServicesStopMutation.gql

7 lines
87 B
GraphQL

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