In the schema/datamodel is define like this `times...
# orm-help
d
In the schema/datamodel is define like this
timestamp: DateTime
c
You should try adding scalar Datetime on top or you can import DateTime from generated schema
d
That's right I import a library and added the DateTime as an scalar, thank you.
👍 1