Replies: 3 comments 4 replies
-
I forget say I use esbuild for run this program |
Beta Was this translation helpful? Give feedback.
-
I install @anatine/esbuild-decorators and solved my problem because esbuild not support decorator. |
Beta Was this translation helpful? Give feedback.
-
For anyone who already configured {
"emitDecoratorMetadata": true,
"experimentalDecorators": true
} in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the Bug
I create this model
and this my resolver:
after run project show this error in console
when I change
@Field() to @Field(type => String)
this error gone but in your document no need add thisBeta Was this translation helpful? Give feedback.
All reactions