List<String> fromDartListUserBioToGraphQLListUserBio(List<UserBio> v) => v.map((e) => fromDartUserBioToGraphQLUserBio(e)).toList();