Hello guys. At the moment. I have prisma in my res...
# orm-help
p
Hello guys. At the moment. I have prisma in my rest api. When i create some Post with relations. I sending the full relation object. Since im on typescript Prisma want the relation object and the id of the relation object. I think im doing something wrong. May someone understand this and can help me. Many thanks
e
Heya, do you have an example of you requests and maybe the Prisma schema with the related types? 🙂
n
Hey Philipp 👋 Yes, sharing your schema file and query which you are trying to invoke will be helpful.