Objects_Neo4jDateOn this page_Neo4jDateGenerated Date object type for Neo4j Temporal fields. type _Neo4jDate { year: Int month: Int day: Int formatted: String} Fields year (Int) month (Int) day (Int) formatted (String) Outputs a Neo4j Temporal Date value as a String type by using the toString Cypher function.