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