-
|
Hi, Alternative way: if i would implement it with t.field it would look like this: However I am getting type issues: Am I doing this right? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
You need a reference to the Profile type (Profile = builder.primsaObject('Profile',...) You can only reference Prisma types by name in t.prismaField and other similar methods . |
Beta Was this translation helpful? Give feedback.
ah wow that works! solution: