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
Hey, do you use reflect-metadata package? It is required for the types to be automatically guessed. If you don't want the extra package, you can manually annotate the member. With the new version available from npm (1.2.3), this is as easy as:
When I try to run this
I am getting
Error: No valid 'type' option was specified for 'User.first_name'.
Any idea why it occurred ?
The text was updated successfully, but these errors were encountered: