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