List<String> fromDartListUserPhoneToGraphQLListUserPhone(List<UserPhone> v) => v.map((e) => fromDartUserPhoneToGraphQLUserPhone(e)).toList();