#import "./ServiceInfo.gql" mutation StopServices($ids: [ID]!) { stopServices(ids: $ids) { ...ServiceInfo instances { id status } } }