List<String> fromDartListUserNumToGraphQLListUserNum(List<UserNum> v) => v.map((e) => fromDartUserNumToGraphQLUserNum(e)).toList();