#import "./ServiceInfo.gql" mutation RestartServices($ids: [ID]!) { restartServices(ids: $ids) { ...ServiceInfo } }