List<UserName> fromGraphQLListUserNameToDartListUserName(List<Object?> v) => v.map((e) => fromGraphQLUserNameToDartUserName(e as String)).toList();