List<UserEmail> fromGraphQLListUserEmailToDartListUserEmail(List<Object?> v) => v.map((e) => fromGraphQLUserEmailToDartUserEmail(e as String)).toList();