List<String> fromDartListCurrencyToGraphQLListCurrency(List<Currency> v) => v.map((e) => fromDartCurrencyToGraphQLCurrency(e)).toList();