_Neo4jDateInput
Generated Date input object for Neo4j Temporal field arguments.
type _Neo4jDateInput {
year: Int
month: Int
day: Int
formatted: String
}
Fields
year (Int)
month (Int)
day (Int)
formatted (String)
Creates a Neo4j Temporal Date value using a String format.