fromDartListNullableUserIdNullableToGraphQLListNullableUserIdNullable function
Implementation
List<String?>?
fromDartListNullableUserIdNullableToGraphQLListNullableUserIdNullable(
List<UserId?>? v,
) => v?.map((e) => fromDartUserIdNullableToGraphQLUserIdNullable(e)).toList();