List<String?> fromDartListUrlNullableToGraphQLListURLNullable(List<Url?> v) => v.map((e) => fromDartUrlNullableToGraphQLURLNullable(e)).toList();