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