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'm having error when making a timestampt field on my entity.
Error during migration generation:
NoExplicitTypeError: Unable to infer GraphQL type from TypeScript reflection system. You need to provide explicit type for 'savedTimestamp' of 'myClass'
Here is my declaration of the column: @Field() @Column({ type: "timestamptz", nullable: false }) savedTimestamp: Date;
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I'm having error when making a timestampt field on my entity.
Error during migration generation:
NoExplicitTypeError: Unable to infer GraphQL type from TypeScript reflection system. You need to provide explicit type for 'savedTimestamp' of 'myClass'
Here is my declaration of the column:
@Field()
@Column({ type: "timestamptz", nullable: false })
savedTimestamp: Date;
Beta Was this translation helpful? Give feedback.
All reactions