List<String> fromDartListUrlToGraphQLListURL(List<Url> v) => v.map((e) => fromDartUrlToGraphQLURL(e)).toList();