I'm using the GRAND stack starter to create a new project. I've been able to get quite a bit done with it. However, using the auto-generated schema if I try to use Date as a data type, this causes an error:
I've tried a number of variations i.e. DateString, DateTime and always with the same result. the type I'm trying to create looks like:
Has anyone run into a similar issue?