With the current version, engine does not let me to define schema with date type. type Order @model { id : ID, name : String, customerId : ID, date : Date, customerEmail : String, items : [Inventory] } the above schema throws an error 
With the current version, engine does not let me to define schema with date type.
type Order @model {
id : ID,
name : String,
customerId : ID,
date : Date,
customerEmail : String,
items : [Inventory]
}
the above schema throws an error