Reference to an external entity needed by a collector function.
When a Create DTO doesn't contain all foreign key references needed to create
the Prisma record, those references come from either path parameters or auth
context. This interface tracks both the Prisma schema name and the source of
the reference.
The source field indicates where the reference originates:
Reference to an external entity needed by a collector function.
When a Create DTO doesn't contain all foreign key references needed to create the Prisma record, those references come from either path parameters or auth context. This interface tracks both the Prisma schema name and the source of the reference.
The source field indicates where the reference originates:
Each reference becomes an
IEntityparameter in the collector'scollect()function signature.Author
Samchon