List<String> fromDartListIpAddressToGraphQLListDataTime(List<IpAddress> v) => v.map((e) => fromDartIpAddressToGraphQLIp(e)).toList();