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 am creating a custom resolver but I have a typescript error message in my code editor and I don't know what is the reason.
This is my dto:
This is my entity class:
And this is my custom resolver:
And the error message is:
I am using webstorm but in vscode I have the same error message. I am working with NX for monorepo, but I already tried to create a simple nest project and the error message is the same.
I am creating a custom resolver but I have a typescript error message in my code editor and I don't know what is the reason.
This is my dto:
This is my entity class:
And this is my custom resolver:
And the error message is:
I am using webstorm but in vscode I have the same error message. I am working with NX for monorepo, but I already tried to create a simple nest project and the error message is the same.
I am using this documentation
The code works and I can use the queries and mutations, but I don't understand the reason for that error message.
The text was updated successfully, but these errors were encountered: