Hi guys!! I have a problem trying to define a time...
# orm-help
d
Hi guys!! I have a problem trying to define a timestamp in my schema... I want to set it to a type
DateTime
but I get the following error
Copy code
throw new Error('Type "' + typeRef.name.value + '" not found in document.');
          ^
Error: Type "DateTime" not found in document.
Do you have any idea on what am I doing wrong?