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
Please check out version 1.24.0-beta6. There are 2 new decorators to override the type of the class property (@DtoOverrideType) and the ApiProperty type (@DtoOverrideApiPropertyType) separately. Syntax remains the same. See discussion in isssue #54.
I have the following Prisma model and type generation question :
The
ConnectionType
looks like thisThe generated
connection.entity.ts
looks like this for the type fieldwhereas I would like the
ConnectionType
to appear in there, which it currently doesn't.Thanks!
The text was updated successfully, but these errors were encountered: