typeorm-polymorphic icon indicating copy to clipboard operation
typeorm-polymorphic copied to clipboard

use @PolymorophicRepository into entity.service.ts

Open ternyavsky opened this issue 7 months ago • 0 comments

how i can use @PolymorphicRepository decorator into entity.service.ts file? @InjectRepository(Like) @PolymorphicRepository(Like) private readonly likeRepository: AbstractPolymorphicRepository<Like>, that not work, help please

ternyavsky avatar Jul 12 '24 08:07 ternyavsky