Return Type With Relations
Hello there,
I have a quick question about return type with relation. If I have this sort of query:
So should Prisma's type have a customer as a return type?
If it is, why does it always crying that the customer is not a part of the type of loan?
I have a quick question about return type with relation. If I have this sort of query:
So should Prisma's type have a customer as a return type?
If it is, why does it always crying that the customer is not a part of the type of loan?