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
I have this error when I trying to get the project from an employee: Error: Undefined resolver type error. Make sure you are providing an explicit object type for the "EmployeeResolver" (e.g., "@Resolver(() => Cat)").
On the other hand, the other question is, how could I get an array list if the Employee has multiple projects?
The text was updated successfully, but these errors were encountered:
I have this error when I trying to get the project from an employee:
Error: Undefined resolver type error. Make sure you are providing an explicit object type for the "EmployeeResolver" (e.g., "@Resolver(() => Cat)").
On the other hand, the other question is, how could I get an array list if the Employee has multiple projects?
The text was updated successfully, but these errors were encountered: