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

7 lines
91 B
GraphQL

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