List<String> fromDartListUserEmailToGraphQLListUserEmail(List<UserEmail> v) => v.map((e) => fromDartUserEmailToGraphQLUserEmail(e)).toList();