You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
Is this expected behavior? The library was recommended by a Prisma team member as a solution to the need of manually defining resolvers for all relation fields (even to-one), but it does seem to generate these.
Description
Is this expected behavior? The library was recommended by a Prisma team member as a solution to the need of manually defining resolvers for all relation fields (even to-one), but it does seem to generate these.
Steps to reproduce
Model:
Query:
Query.myTasks resolver:
Resolvers:
Expected results
Query returns data successfully and includes the assignedTo field
Actual results
Error is thrown:
Versions
The text was updated successfully, but these errors were encountered: