List<String> fromDartListUserIdToGraphQLListUserId(List<UserId> v) => v.map((e) => fromDartUserIdToGraphQLUserId(e)).toList();