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

6 lines
78 B
GraphQL

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