List<UserId> fromGraphQLListUserIdToDartListUserId(List<Object?> v) => v.map((e) => fromGraphQLUserIdToDartUserId(e as String)).toList();