Property 'xxx' is missing in type with relation
Hello, I am new to the prisma ecosystem and I am having a hard time understanding how it works.
Here is my current .prisma file structure:
Here is my expected output (on select group)
The issue is that when I try to add to the database a new group, I get the following:
Can somebody tell me what I am missing exactly ? Thank you
Here is my current .prisma file structure:
Here is my expected output (on select group)
The issue is that when I try to add to the database a new group, I get the following:
Can somebody tell me what I am missing exactly ? Thank you